Click or drag to resize
Sandcastle Help File BuilderBuildHelpOutDir Property
This is used to specify the output directory containing the build output for solution and project documentation sources when using Team Build.

Namespace: SandcastleBuilder.Utils.MSBuild
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string OutDir { get; set; }

Property Value

Type: String
This property is optional. If not specified, the default output path in project file documentation sources will be used.
See Also