SandcastleProjectDocumentationSources Property

This read-only property returns an enumerable list of documentation sources to use in building the help file.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public IEnumerable<DocumentationSource> DocumentationSources { get; }

Property Value

IEnumerableDocumentationSource

See Also