Skip to main content

BaseProjectDeployment

The BaseProjectDeployment class represents the base structure for project deployment information.

Properties

NameDescription
MobileFormViewThe mobile form view type. Defaults to ProjectMobileFormView.NativePlus.
PublishmentIdThe unique identifier for the project's publishment.
DeployAgentUIdThe unique identifier for the deployment agent.
UrlThe deployment URL of the project.
ProjectPathThe file path where the project is stored.
ProjectThe name of the project.

Constructors

NameDescription
BaseProjectDeployment()Initializes a new instance of the BaseProjectDeployment class, setting the MobileFormView property to ProjectMobileFormView.NativePlus by default.