|
| Guid | AccountSystemGuid [get] |
| |
| string | Description [get, set] |
| |
| DirectEditActivation | DirectEditActivationType [get, set] |
| |
| string | EMail [get, set] |
| |
| string | FullName [get, set] |
| |
| int | Id [get] |
| |
| bool | IsAlwaysScrollingOpenTreeSegmentsInTheVisibleArea [get, set] |
| |
| bool | IsPasswordwordChangeableByCurrentUser [get] |
| |
| bool | IsUnknownUser [get] |
| | Indicates if the user is not (no longer) available in the system. For example the content class history might still contain a user which was deleted later on. In this case IsUnknownUser will be true, but you can still access its guid.
|
| |
| IDialogLocale | LanguageOfUserInterface [get, set] |
| |
| DateTime | LastLoginDate [get] |
| |
| ISystemLocale | Locale [get, set] |
| |
| int | MaximumNumberOfSessions [get, set] |
| |
| int | MaxLevel [get] |
| |
| IUserModuleAssignment | ModuleAssignment [get] |
| |
| new string | Name [get, set] |
| |
| string | NavigationType [get] |
| |
| string | Password [set] |
| |
| int | PreferredEditor [get] |
| |
| IUserProjects | Projects [get] |
| |
| UserPofileChangeRestrictions | UserPofileChangeRestrictions [get, set] |
| |
| ISession | Session [get] |
| |
Definition at line 44 of file IUser.cs.
| void erminas.SmartAPI.CMS.ServerManagement.IUser.Commit |
( |
| ) |
|
| Guid erminas.SmartAPI.CMS.ServerManagement.IUser.AccountSystemGuid |
|
get |
| string erminas.SmartAPI.CMS.ServerManagement.IUser.Description |
|
getset |
| string erminas.SmartAPI.CMS.ServerManagement.IUser.EMail |
|
getset |
| string erminas.SmartAPI.CMS.ServerManagement.IUser.FullName |
|
getset |
| int erminas.SmartAPI.CMS.ServerManagement.IUser.Id |
|
get |
| bool erminas.SmartAPI.CMS.ServerManagement.IUser.IsAlwaysScrollingOpenTreeSegmentsInTheVisibleArea |
|
getset |
| bool erminas.SmartAPI.CMS.ServerManagement.IUser.IsPasswordwordChangeableByCurrentUser |
|
get |
| bool erminas.SmartAPI.CMS.ServerManagement.IUser.IsUnknownUser |
|
get |
Indicates if the user is not (no longer) available in the system. For example the content class history might still contain a user which was deleted later on. In this case IsUnknownUser will be true, but you can still access its guid.
Definition at line 71 of file IUser.cs.
| IDialogLocale erminas.SmartAPI.CMS.ServerManagement.IUser.LanguageOfUserInterface |
|
getset |
| DateTime erminas.SmartAPI.CMS.ServerManagement.IUser.LastLoginDate |
|
get |
| int erminas.SmartAPI.CMS.ServerManagement.IUser.MaximumNumberOfSessions |
|
getset |
| int erminas.SmartAPI.CMS.ServerManagement.IUser.MaxLevel |
|
get |
| new string erminas.SmartAPI.CMS.ServerManagement.IUser.Name |
|
getset |
| string erminas.SmartAPI.CMS.ServerManagement.IUser.NavigationType |
|
get |
| string erminas.SmartAPI.CMS.ServerManagement.IUser.Password |
|
set |
| int erminas.SmartAPI.CMS.ServerManagement.IUser.PreferredEditor |
|
get |
| IUserProjects erminas.SmartAPI.CMS.ServerManagement.IUser.Projects |
|
get |
The documentation for this interface was generated from the following file: