Image Reference Constructor
Constructor
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 ImageReference(
string fullPath,
string id
)VB
Public Sub New (
fullPath As String,
id As String
)C++
public:
ImageReference(
String^ fullPath,
String^ id
)F#
new :
fullPath : string *
id : string -> ImageReference