| ConceptualContentSettingsMergeContentFrom Method |
This method can be used by plug-ins to merge content from another Sandcastle Help File Builder
project file.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void MergeContentFrom(
SandcastleProject project
)
Public Sub MergeContentFrom (
project As SandcastleProject
)
public:
void MergeContentFrom(
SandcastleProject^ project
)
member MergeContentFrom :
project : SandcastleProject -> unit
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