Uiinfrastructure API Docs  
 

AccessStyles.GetAccessStyle Method 

This converts an int into an Access Style. This is necessary because the access style comes from the portal, where it is stored as an int, rather than an enumerator.

public static AccessStyles GetAccessStyle(
   int nAccessStyle
);

Return Value

AccessStyles the enumerator value of the int. null if there was an error

See Also

AccessStyles Class | com.plumtree.uiinfrastructure.constants Namespace