| FileItemImageId Property |
This is used to get or set an ID for a conceptual content image
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string ImageId { get; set; }
Public Property ImageId As String
Get
Set
public:
property String^ ImageId {
String^ get ();
void set (String^ value);
}
member ImageId : string with get, set
Property Value
Type:
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.
See Also