Uiinfrastructure API Docs  
 

PageMgr.GetPageControl Method 

Return the Page Control of the type specified by _strMVCPageControlName (i.e. HTMLTextBox) with the unique instance ID specified by _strUniqueInstanceID.

public virtual IPageControl GetPageControl(
   string _strMVCPageControlName,
   string _strUniqueInstanceID
);

Parameters

_strMVCPageControlName
the name of the Page Control (i.e. HTMLTextBox)
_strUniqueInstanceID

Return Value

IPageControl

See Also

PageMgr Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace