Plumtree Portal UI  
 

ObjectSecurityModel.GetAccessLevelString Method 

Returns the String associated with the Access Level ID in argument. The ID has to be a PT_ACCESS_LEVELS constant.

public virtual string GetAccessLevelString(
   int _nAccessLevelID
);

Parameters

_nAccessLevelID

Return Value

String

Implements

IObjectSecurityModelRO.GetAccessLevelString

See Also

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