Click or drag to resize
ScriptHelperRegisterArrayDeclaration Method

Note: This API is now obsolete.

Ensures registration of the array declaration script.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("Use custom implementation instead.")]
public static void RegisterArrayDeclaration(
	PageElement element,
	string arrayName,
	string arrayValue
)

Parameters

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