SandcastleProjectImagesReferences Property

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

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public 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