Image ReferenceFull Path Property
This is used to get or set the full path to the image file
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 FullPath { get; set; }VB
Public Property FullPath As String
Get
SetC++
public:
property String^ FullPath {
String^ get ();
void set (String^ value);
}F#
member FullPath : string with get, set