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 |
|---|---|
| Caption | A multilingual caption for the project item. |
| Status | Indicates the current status of the project, where true typically represents an active status. |
| Id | The unique identifier of the project item. |
| 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. |
| Name | The name of the project item. |
| HideApprovals | Indicates whether approvals are hidden from view in the project. |
| SourceCodeDeleted | Indicates whether the source code associated with the project has been deleted. |
| MobileFormView | Represents the mobile form view setting for the project. The default value is 3. |
| Delegable | Indicates whether tasks within the project can be delegated. |
| ShowParentHistory | Indicates whether the project displays the history of parent projects. |
| HasPinCode | Indicates whether the project requires a PIN code for access. |
| MinorVersion | Indicates the minor version number of the project's package. |
| PackageVersion | Indicates the primary version number of the project's package. |
| FastApprove | Indicates whether fast approval is enabled for the project. |
| Path | The file path associated with the project. |
| CreatedAt | The date and time when the project was created. |
| CreatedBy | The identifier of the user who created the project. |
| ProjectSecretKey | The secret key associated with the project. |