IUserMeta
Represents the 'meta information' part of the 'user' entity.
This interface provides properties for further meta information of a user.
Properties
| Property | Description |
|---|---|
| DisplayName:String | Sets or gets the display name of the user. |
| IsAdministrator:Boolean | Sets or gets the role of administrator for the current user. |
| IsArchived:Boolean | Checks whether the user was deleted. |
| IsEditor:Boolean | Sets or gets the role of editor. |
| IsLiveEditor:Boolean | Sets or gets the role of live editor. |
| IsSchemaManager:Boolean | Sets or gets the role of schema manager. |
| IsSessionHost:Boolean | Sets or gets the role of application server. |
| IsUserManager:Boolean | Sets or gets the role of user manager. |
| Name:String | Sets or gets the username. |
