Plumtree Pluggable Navigation API  
 

NavigationModel.GetSubPortalEnabledPassSubportal Method 

Checks if the specified access type is enabled on the current user's subportal.

public virtual bool GetSubPortalEnabledPassSubportal(
   int nType,
   IPTSubPortalInfo subPortal
);

Parameters

nType
PT_SUBPORTAL_ACCESS_TYPES to check access on
subPortal
Current user's subportal object

Return Value

boolean True if the access type is enabled for current user

See Also

NavigationModel Class | com.plumtree.portalpages.common.uiparts Namespace | PT_SUBPORTAL_ACCESS_TYPES