summaryM:DotNetNuke.UI.Utilities.ClientAPI.IsClientScriptBlockRegistered(System.Web.UI.Page,System.String)

Namespace: DotNetNuke.UI.Utilities
Assembly: DotNetNuke.WebUtility (in DotNetNuke.WebUtility.dll)

Syntax

C#
public static bool IsClientScriptBlockRegistered(
	Page objPage,
	string key
)
Visual Basic
Public Shared Function IsClientScriptBlockRegistered ( 
	objPage As Page,
	key As String
) As Boolean

Parameters

objPage
Type: System.Web.UI..::..Page
paramobjPageM:DotNetNuke.UI.Utilities.ClientAPI.IsClientScriptBlockRegistered(System.Web.UI.Page,System.String)
key
Type: System..::..String
paramkeyM:DotNetNuke.UI.Utilities.ClientAPI.IsClientScriptBlockRegistered(System.Web.UI.Page,System.String)

Return Value

returnsM:DotNetNuke.UI.Utilities.ClientAPI.IsClientScriptBlockRegistered(System.Web.UI.Page,System.String)

See Also