Image ReferenceFilename Property
This read-only property is used to get the image filename without the path
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 string Filename { get; }VB
Public ReadOnly Property Filename As String
GetC++
public:
property String^ Filename {
String^ get ();
}F#
member Filename : string with get