IBuild ProcessConceptual Content Property
This read-only property is used to get the conceptual content settings in effect for the build
Definition
Namespace: Sandcastle.Core.BuildEngine
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#
IConceptualContentSettings ConceptualContent { get; }VB
ReadOnly Property ConceptualContent As IConceptualContentSettings
GetC++
property IConceptualContentSettings^ ConceptualContent {
IConceptualContentSettings^ get ();
}F#
abstract ConceptualContent : IConceptualContentSettings with get