SandcastleProject.ContentFiles Method

This returns an enumerable list of content files of the given type contained in the project or some other source.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
public IEnumerable<ContentFile> ContentFiles(
	BuildAction buildAction
)

Parameters

buildAction  BuildAction
The build action of the items to retrieve

Return Value

IEnumerable<ContentFile>
An enumerable list of content files of the given type if any are found in the project or some other source.

Implements

IContentFileProvider.ContentFiles(BuildAction)

See Also