Uiinfrastructure API Docs  
 

AComponent.Init Method 

Initializes a new AComponent()

public virtual void Init(
   PageMgr _ptPageMgr,
   string _strUniqueInstanceID
);

Parameters

_ptPageMgr
_strUniqueInstanceID
The unique ID for this component.

See Also

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