Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocument.GetAccessLevel Method 

Returns document access level for a given role type.

AccessLevels GetAccessLevel(
   RoleTypes roleType
);

Parameters

roleType
The role type for which to get the access level.

Return Value

The access level for a given role type.

Exceptions

Exception Type Condition
InvalidOperationException The document has not yet been inserted or has already been removed.

See Also

IDocument Interface | Plumtree.Remote.PRC.Collaboration.Document Namespace