IContentFileProvider Interface

This interface is implemented to provide content files from a help file builder project or some other source.

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public interface IContentFileProvider

Methods

ContentFiles This returns an enumerable list of content files of the given type contained in the project or some other source.

See Also