Click or drag to resize
Sandcastle Help File BuilderImageReferenceCollectionFindId Method
Find the image with the specified ID (case-insensitive).

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public ImageReference FindId(
	string id
)

Parameters

id
Type: SystemString
The ID to find

Return Value

Type: ImageReference
The image if found or null if not found
See Also