| SandcastleProjectComponentPath Property |
This is used to get or set the path to a folder containing additional, project-specific build
components.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public FolderPath ComponentPath { get; set; }
Public Property ComponentPath As FolderPath
Get
Set
public:
property FolderPath^ ComponentPath {
FolderPath^ get ();
void set (FolderPath^ value);
}
member ComponentPath : FolderPath with get, set
Property Value
Type:
FolderPathIf left blank, the current project's folder is searched instead.
See Also