File Created Event ArgsIs Content File Property
This read-only property indicates whether or not the file is a help content file
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
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 bool IsContentFile { get; }VB
Public ReadOnly Property IsContentFile As Boolean
GetC++
public:
property bool IsContentFile {
bool get ();
}F#
member IsContentFile : bool with get