Skip to main content

BaseProjectDeployment

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

Properties

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

Constructors

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