ISandcastleProjectDocumentationSources Property

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

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
IEnumerable<IDocumentationSource> DocumentationSources { get; }

Property Value

IEnumerableIDocumentationSource

See Also