Click or drag to resize
ScriptHelperRegisterArrayDeclaration Method
Ensures registration of the array declaration script.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void RegisterArrayDeclaration(
	PageElement element,
	string arrayName,
	string arrayValue
)

Parameters

element
Type: CMS.BasePageElement
Page element
arrayName
Type: SystemString
Name of the array to register
arrayValue
Type: SystemString
Value of the array to register
See Also