IContentFileProvider.ContentFiles Method
Definition
- Namespace
- Sandcastle.Core.ConceptualContent
- Assembly
- Sandcastle.Core.dll
This returns an enumerable list of content files of the given type contained in the project or some other source.
IEnumerable<ContentFile> ContentFiles(BuildAction buildAction)
Parameters
buildActionBuildActionThe build action of the items to retrieve
Returns
- IEnumerable<ContentFile>
An enumerable list of content files of the given type if any are found in the project or some other source.