The BaseProjectDeployment class represents the base structure for project deployment information.
Properties
| Name | Description |
|---|
| PublishmentId | The unique identifier for the project's publishment. |
| DeployAgentUId | The unique identifier for the deployment agent. |
| Project | The name of the project. |
| Url | The deployment URL of the project. |
| MobileFormView | The mobile form view type. Defaults to ProjectMobileFormView.NativePlus. |
| ProjectPath | The file path where the project is stored. |
Constructors
| Name | Description |
|---|
| BaseProjectDeployment() | Initializes a new instance of the BaseProjectDeployment class, setting the MobileFormView property to ProjectMobileFormView.NativePlus by default. |