IDocumentationSource Interface
This defines the interface used to interact with a help file builder project documentation source
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public interface IDocumentationSource
Public Interface IDocumentationSource
public interface class IDocumentationSource
type IDocumentationSource = interface end
| CommentsFiles |
This read-only property returns an enumerable list of XML comments files based on the current settings
|
| Configuration |
This is used to get or set the project configuration to use when the source path refers to a Visual
Studio solution or project.
|
| IncludeSubFolders |
This is used to get or set whether subfolders are included when searching for files if the
SourceFile value contains wildcards.
|
| Platform |
This is used to get or set the project platform to use when the source path refers to a Visual Studio
solution or project.
|
| SourceFile |
This is used to set or get the documentation source file path
|
| TargetFramework |
This is used to get or set the project target framework to use when the source path refers to a
Visual Studio solution or project.
|
| Projects |
This returns an enumerable list of MSBuild project file configurations based on the current settings
and the given configuration and platform.
|