Topic FileContent File Property
This is used to get or set the file build item
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#
public ContentFile ContentFile { get; }VB
Public ReadOnly Property ContentFile As ContentFile
GetC++
public:
property ContentFile^ ContentFile {
ContentFile^ get ();
}F#
member ContentFile : ContentFile with get