Click or drag to resize

RoleInfo Methods

The RoleInfo type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetRoleCategory
Returns the role category which is stated on the role that the assignment is for.
Public methodStatic memberGetRoleCategoryId(ICalculatedRoleAssignment)
Returns the id of the role category set property value which is stated on the role that the assignment is for.
Public methodStatic memberGetRoleCategoryId(IDataObject)
Returns the id of the role category set property value, which is stated on the role.
Public methodStatic memberGetRoleInfo
Public methodStatic memberGetRoleOwnerIds
Returns the owner(s) of a role. The owners are either user or group ids (or both). The method starts with looking at the role itself - if it has one or more owners these are returned. If not it looks at the role folder - if it has one or more owners these are returned. The method can return an empty collection if no owners are found.
Public methodStatic memberGetRoleTypeId
Returns the id of the role type data object which is stated on the role that the assignment is for.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also