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