ConceptualContentSettingsTopics Property

This is used to get a collection of the conceptual content topics

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public IList<TopicCollection> Topics { get; }

Property Value

IListTopicCollection

Remarks

Each item in the collection represents one content layout file from the project

See Also