Click or drag to resize
PageExtenderInit Method
Initializes the extender using the specified page.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public virtual void Init(
	Page page
)

Parameters

page
Type: System.Web.UIPage
Page to be extended
See Also