IReadonlyUserIsAdministrator Property
|
Gets whether the user is an administrator. Administrators have the privilege of working with any object in the CSAPI.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool IsAdministrator { get; }
ReadOnly Property IsAdministrator As Boolean
Get
property bool IsAdministrator {
bool get ();
}
abstract IsAdministrator : bool with get
Property Value
Type:
BooleanSee Also