| SandcastleHtmlExtractOutputFolder Property |
This is used to set the general output folder name
Namespace: SandcastleBuilder.HtmlExtractAssembly: SandcastleHtmlExtract (in SandcastleHtmlExtract.exe) Version: 2014.11.22.0
Syntax public string OutputFolder { get; set; }
Public Property OutputFolder As String
Get
Set
public:
property String^ OutputFolder {
String^ get ();
void set (String^ value);
}
member OutputFolder : string with get, set
Property Value
Type:
StringThis is optional. If not set, it defaults to the current working folder.
See Also