IApplyDocumentModelApplyDocumentModel Method

This is used to apply the document model to a reflection information file

Definition

Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
void ApplyDocumentModel(
	string reflectionDataFile,
	string docModelReflectionDataFile
)

Parameters

reflectionDataFile  String
The source reflection data file
docModelReflectionDataFile  String
The destination reflection data file with the document model applied to it.

See Also