SandcastleProjectContentFiles 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.2.18.0
public IEnumerable<ContentFile> ContentFiles(
	BuildAction buildAction
)

Parameters

buildAction  BuildAction
The build action of the items to retrieve

Return Value

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

Implements

IContentFileProviderContentFiles(BuildAction)

See Also