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