IBuildProcessInheritedDocsReflectionFiles Property

This read-only property provides access to the generate inherited documentation tool's reflection data files during the GenerateInheritedDocumentation build step.

Definition

Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
ReflectionFiles InheritedDocsReflectionFiles { get; }

Property Value

ReflectionFiles

Remarks

This can be used by plug-ins to add additional reflection data files to use for inherited documentation.

See Also