Click or drag to resize

ProjectInfo Properties

The ProjectInfo type exposes the following members.

Properties
  NameDescription
Public propertyDetailName
The secondary (detail-)name given at time of project creation
Public propertyDisplayName
The primary name that was given at time of project creation.
Public propertyExclusivelyLocked
True if any user has opened the project exclusively. This does not necessarily need to be the user the external program/API has used for login.
Public propertyExclusivelyLockedAt
This is the name of the computer that has exclusively opened the project.
Public propertyExclusiveUser
The name of the articy:draft user that has opened the project in exclusive mode.
Public propertyExclusiveUserGuid
The Guid of the articy:draft user that has opened the project in exclusive mode.
Public propertyId
The Guid of the project required to open the project
Public propertyIsAvailable
true if the project is available to be opened, false otherwise
Public propertyRightLevel
The right level of the current articy:draft API user on the reported project
Public propertySaveFileVersion
This is a number that defines the save file version of the projects partition files. While this version is displayed in the articy:draft project carousel as text like “ARTICY 1.3” a number is used internally. The following version number can be found in released versions: - “ARTICY 1.1” -> 24 - “ARTICY 1.2” -> 41 - “ARTICY 1.3” -> 42 - “ARTICY 1.4” -> 45
Public propertyUnavailabilityReason
The reason why a project if unavailable if IsAvailable is true
Top
See Also