| SandcastleProjectOutputPath Property |
This is used to get or set the path to which the help files
will be generated.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string OutputPath { get; set; }
Public Property OutputPath As String
Get
Set
public:
property String^ OutputPath {
String^ get ();
void set (String^ value);
}
member OutputPath : string with get, set
Property Value
Type:
StringRemarks The default is to create it in a folder called
Help in the same folder as the project file.
Warning: If building a web site, the output folder's
prior content will be erased without warning prior to copying
the new web site content to it!
See Also