IConceptual Content SettingsContent Layout Files Property
This read-only property gets the conceptual content layout files
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#
IList<ContentFile> ContentLayoutFiles { get; }VB
ReadOnly Property ContentLayoutFiles As IList(Of ContentFile)
GetC++
property IList<ContentFile^>^ ContentLayoutFiles {
IList<ContentFile^>^ get ();
}F#
abstract ContentLayoutFiles : IList<ContentFile> with get