IFile ItemImage Id Property
This is used to get or set an ID for a conceptual content image
Definition
Namespace: Sandcastle.Core.Project
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#
string ImageId { get; set; }VB
Property ImageId As String
Get
SetC++
property String^ ImageId {
String^ get ();
void set (String^ value);
}F#
abstract ImageId : string with get, setProperty Value
StringRemarks
This is used to indicate that an image file is part of the conceptual content. Image items
without an ID are not valid and will be ignored.