CUI.Page.PageManager.createPageManager() Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Creates a new instance of the CUI.Page.PageManager class.
var value = CUI.Page.PageManager.createPageManager();
Return Value
Type: CUI.Page.PageManager
The new instance of the current class.
Remarks
Do not use thismethod to create a new instance of this class. Use the CUI.Page.PageManager.initialize() Method to create and initialize a static object of this class.