IContent File ProviderContent Files Method
This returns an enumerable list of content files of the given type contained in the project or
some other source.
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
An enumerable list of content files of the given type if any are found in the project or some other source.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
IEnumerable<ContentFile> ContentFiles(
BuildAction buildAction
)VB
Function ContentFiles (
buildAction As BuildAction
) As IEnumerable(Of ContentFile)C++
IEnumerable<ContentFile^>^ ContentFiles(
BuildAction buildAction
)F#
abstract ContentFiles :
buildAction : BuildAction -> IEnumerable<ContentFile> Parameters
- buildAction BuildAction
- The build action of the items to retrieve
Return Value
IEnumerableContentFileAn enumerable list of content files of the given type if any are found in the project or some other source.