ITable Of ContentsContent Layout File Property
This is used to get the content layout file metadata
Definition
Namespace: Sandcastle.Core.ConceptualContent
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#
ContentFile ContentLayoutFile { get; }VB
ReadOnly Property ContentLayoutFile As ContentFile
GetC++
property ContentFile^ ContentLayoutFile {
ContentFile^ get ();
}F#
abstract ContentLayoutFile : ContentFile with get