Click or drag to resize
Sandcastle Help File BuilderImageReferenceCollectionItem Property (String)
This can be used to get an image by its unique ID (case-sensitive)

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public ImageReference this[
	string id
] { get; }

Parameters

id
Type: SystemString
The ID of the item to get.

Property Value

Type: ImageReference
Returns the image with the specified Id or null if not found.
See Also