Click or drag to resize

UserInfo Class

This object contains information on an articy:draft user account. All properties are read-only for this API and can only be changed via the articy:draft GUI.
Inheritance Hierarchy
SystemObject
  Articy.Api.DataUserInfo

Namespace:  Articy.Api.Data
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public class UserInfo

The UserInfo type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
The name of the user as it is displayed throughout the articy:draft GUI.
Public propertyEMail
Optional email address of the articy:draft user.
Public propertyHasFloatingLicense
true if the user’s license level is "articy:draft floating multi-user", otherwise false.
Public propertyHasMultiUserLicense
true if the user’s license level is "articy:draft multi-user", otherwise false.
Public propertyHasViewerLicense
True if the user’s license level is "articy:draft viewer", otherwise false.
Public propertyId
The Guid of the user
Public propertyLoginName
The name that needs to be used when logging into an articy:server. Currently display name and login name are identical.
Top
See Also