Click or drag to resize
AbstractCMSPageRegisterContextHelpScript Method
Registers script which passes application description and help topics to UI. If applicationName is null or empty, no application context is assumed (and applicationDescriptionUrl, applicationHelpTopics is not used).

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected void RegisterContextHelpScript(
	string applicationName,
	string applicationDescriptionUrl,
	IEnumerable<BaseInfo> applicationHelpTopics,
	IEnumerable<BaseInfo> uiElementHelpTopics
)

Parameters

applicationName
Type: SystemString
Name of the application, or null
applicationDescriptionUrl
Type: SystemString
URL to application description, or null
applicationHelpTopics
Type: System.Collections.GenericIEnumerableBaseInfo
Help topics for application, or null
uiElementHelpTopics
Type: System.Collections.GenericIEnumerableBaseInfo
Help topics for UI element, or null
See Also