IApply Document ModelApply Document Model 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
void ApplyDocumentModel(
string reflectionDataFile,
string docModelReflectionDataFile
)VB
Sub ApplyDocumentModel (
reflectionDataFile As String,
docModelReflectionDataFile As String
)C++
void ApplyDocumentModel(
String^ reflectionDataFile,
String^ docModelReflectionDataFile
)F#
abstract ApplyDocumentModel :
reflectionDataFile : string *
docModelReflectionDataFile : string -> unit