ISandcastle ProjectDocumentation Sources 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
IEnumerable<IDocumentationSource> DocumentationSources { get; }VB
ReadOnly Property DocumentationSources As IEnumerable(Of IDocumentationSource)
GetC++
property IEnumerable<IDocumentationSource^>^ DocumentationSources {
IEnumerable<IDocumentationSource^>^ get ();
}F#
abstract DocumentationSources : IEnumerable<IDocumentationSource> with get