FileItemImageId Property

This is used to get or set an ID for a conceptual content image

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public string ImageId { get; set; }

Property Value

String

Remarks

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