IContentFileProviderContentFiles Method
This returns an enumerable list of content files of the given type contained in the project or
some other source.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
IEnumerable<ContentFile> ContentFiles(
BuildAction buildAction
)
Function ContentFiles (
buildAction As BuildAction
) As IEnumerable(Of ContentFile)
IEnumerable<ContentFile^>^ ContentFiles(
BuildAction buildAction
)
abstract ContentFiles :
buildAction : BuildAction -> IEnumerable<ContentFile>
- buildAction BuildAction
- The build action of the items to retrieve
IEnumerableContentFileAn enumerable list of content files of the given type if any are found in the project or
some other source.