Click or drag to resize
Sandcastle Help File BuilderConceptualContentSettingsMergeContentFrom Method
This method can be used by plug-ins to merge content from another Sandcastle Help File Builder project file.

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void MergeContentFrom(
	SandcastleProject project
)

Parameters

project
Type: SandcastleBuilder.UtilsSandcastleProject
The project file from which to merge content
Remarks
Auto-generated content can be added to a temporary SHFB project and then added to the current project's content at build time using this method. Such content cannot always be added to the project being built as it may alter the underlying MSBuild project which is not wanted.
See Also