IContentFileProvider Interface

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

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.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