BaseNewAndUpdateDeploymentSettings.

AppCodeBaseFilePath Property

Summary

Gets or sets the file path code base of the app manifest to be placed in the deployment manifest being generated or updated.
Assembly
Cake.Mage.dll
Namespace
Cake.Mage
Containing Type
BaseNewAndUpdateDeploymentSettings

Syntax

public FilePath AppCodeBaseFilePath { get; set; }

Remarks

If specified AppCodeBaseUri must not be specified.

Value

Type Description
FilePath The application code base.