Click or drag to resize
BuildContextBuildDirectory Property
Gets the path to the directory where the update package is being built.

Namespace: Kjs.AppLife.Update.Engine.Core.Design
Assembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public string BuildDirectory { get; }

Property Value

Type: String
The path to the directory where the update package is being built.
Remarks
All files in this directory will be included in the update package. They can be accessed by UpdateAction instances when the update is applied by checking the UpdatePackageDirectory.
See Also