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