Plumtree Portal UI  
 

ObjectSecurityModel.InitReadOnlyAccessFlag Method 

Initializes the m_bIsReadOnly flag to know if the user can edit the page or not. Only users with admin access on the object can edit this page.

protected virtual void InitReadOnlyAccessFlag(
   IPTSession _ptSession
);

Parameters

_ptSession
User session

See Also

ObjectSecurityModel Class | com.plumtree.portaluiinfrastructure.editor.commonpages.objectsecurity Namespace