BuildContextBuildDirectory Property |
Gets the path to the directory where the update package is being built.
Namespace: Kjs.AppLife.Update.Engine.Core.DesignAssembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic string BuildDirectory { get; }
Public ReadOnly Property BuildDirectory As String
Get
public:
property String^ BuildDirectory {
String^ get ();
}
member BuildDirectory : string with get
Property Value
Type:
StringThe 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