[This is preliminary documentation and is subject to change.]

Provides methods and properties to access the role information. An important thing to be noted in this class is that the role_id = -2 is reserved for the role name "Administrator" and the role_id = -3 is reserver for the role name "All Members". These two roles cannot changed as they are fixed by the system.

Namespace:  OfficeClip.BusinessLayer.Security
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public class RoleInfo
Visual Basic (Declaration)
Public Class RoleInfo
Visual C++
public ref class RoleInfo

Inheritance Hierarchy

System..::.Object
  OfficeClip.BusinessLayer.Security..::.RoleInfo

See Also