ISandcastleProjectImagesReferences Property

This read-only property returns an enumerable list of image references contained in the project

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
IEnumerable<ImageReference> ImagesReferences { get; }

Return Value

IEnumerableImageReference
An enumerable list of image references if any are found in the project

Remarks

Only images with IDs are returned

See Also