SandcastleProjectComponentPath Property

This property is used to get or set the path to a folder containing additional, project-specific build components.

Definition

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

Property Value

FolderPath
If left blank, the current project's folder is searched instead

See Also