SandcastleProjectContentFiles Method
This returns an enumerable list of content files of the given type contained in the project or
some other source.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public IEnumerable<ContentFile> ContentFiles(
BuildAction buildAction
)
Public Function ContentFiles (
buildAction As BuildAction
) As IEnumerable(Of ContentFile)
public:
virtual IEnumerable<ContentFile^>^ ContentFiles(
BuildAction buildAction
) sealed
abstract ContentFiles :
buildAction : BuildAction -> IEnumerable<ContentFile>
override 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.
IContentFileProviderContentFiles(BuildAction)