| BuildOpenXmlFileWorkingFolder Property |
This is used to pass in the working folder where the files to compress are located
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string WorkingFolder { get; set; }
Public Property WorkingFolder As String
Get
Set
public:
property String^ WorkingFolder {
String^ get ();
void set (String^ value);
}
member WorkingFolder : string with get, set
Property Value
Type:
StringSee Also