GetObjectRightsRole |
Scroll |
Gets the permissions of the specified object.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetObjectRightsRole ( _ nObjType As TheObjectType, _ nObjNo As Integer, _ nSubObjNo As Integer _ ) As ITheRoleAccessMask C# public virtual ITheRoleAccessMask GetObjectRightsRole ( TheObjectType nObjType, int nObjNo, int nSubObjNo )
Parameters nObjType The type of the object.
nObjNo The identifier of the object (e.g. for documents this is the document number, for a category this is the category number).
nSubObjNo The sub object number of the object. This is used for categories and case definitions only.
Return Value The access mask containing the permissions. |
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |