Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectComponentPath Property
This is used to get or set the path to a folder containing additional, project-specific build components.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public FolderPath ComponentPath { get; set; }

Property Value

Type: FolderPath
If left blank, the current project's folder is searched instead.
See Also