BaseProjectInformation Properties
An object defining properties for the BaseProjectInformation class.
MobileFormView
Represents the mobile form view setting for the project. The default value is 3
.
Type: int
PassKey
The pass key used for encrypted projects. If the project is not encrypted, this property should remain empty.
Type: string
SecretKey
The encrypted secret key for the project.
Type: string
Id
The unique identifier of the project item.
Type: string
PackageVersion
Indicates the primary version number of the project's package.
Type: int
Delegable
Indicates whether tasks within the project can be delegated.
Type: bool
ShowParentHistory
Indicates whether the project displays the history of parent projects.
Type: bool
HideApprovals
Indicates whether approvals are hidden from view in the project.
Type: bool
HasPinCode
Indicates whether the project requires a PIN code for access.
Type: bool
Name
The name of the project item.
Type: string
SourceCodeDeleted
Indicates whether the source code associated with the project has been deleted.
Type: bool
Path
The file path associated with the project.
Type: string
FastApprove
Indicates whether fast approval is enabled for the project.
Type: bool
Status
Indicates the current status of the project, where true
typically represents an active status.
Type: bool
CreatedAt
The date and time when the project was created.
Type: DateTimeOffset
CreatedBy
The identifier of the user who created the project.
Type: long
MinorVersion
Indicates the minor version number of the project's package.
Type: int
ProjectSecretKey
The secret key associated with the project.
Type: string
Caption
A multilingual caption for the project item.
Type: MultiLanguage