BaseProjectInformation
The BaseProjectInformation
class extends BaseProjectItem to include additional metadata about a project, such as creation details, status flags, and versioning information.
Properties
Name | Description |
---|---|
MobileFormView | Represents the mobile form view setting for the project. The default value is 3 . |
PassKey | The pass key used for encrypted projects. If the project is not encrypted, this property should remain empty. |
SecretKey | The encrypted secret key for the project. |
Id | The unique identifier of the project item. |
PackageVersion | Indicates the primary version number of the project's package. |
Delegable | Indicates whether tasks within the project can be delegated. |
ShowParentHistory | Indicates whether the project displays the history of parent projects. |
HideApprovals | Indicates whether approvals are hidden from view in the project. |
HasPinCode | Indicates whether the project requires a PIN code for access. |
Name | The name of the project item. |
SourceCodeDeleted | Indicates whether the source code associated with the project has been deleted. |
Path | The file path associated with the project. |
FastApprove | Indicates whether fast approval is enabled for the project. |
Status | Indicates the current status of the project, where true typically represents an active status. |
CreatedAt | The date and time when the project was created. |
CreatedBy | The identifier of the user who created the project. |
MinorVersion | Indicates the minor version number of the project's package. |
ProjectSecretKey | The secret key associated with the project. |
Caption | A multilingual caption for the project item. |