UserInfo Class |
Namespace: Articy.Api.Data
public class UserInfo
The UserInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | DisplayName |
The name of the user as it is displayed throughout the articy:draft GUI.
|
![]() |
Optional email address of the articy:draft user.
| |
![]() | HasFloatingLicense | true if the user’s license level is "articy:draft floating multi-user", otherwise false.
|
![]() | HasMultiUserLicense | true if the user’s license level is "articy:draft multi-user", otherwise false.
|
![]() | HasViewerLicense | True if the user’s license level is "articy:draft viewer", otherwise false.
|
![]() | Id |
The Guid of the user
|
![]() | LoginName |
The name that needs to be used when logging into an articy:server. Currently display name and login name are identical.
|