IApplyDocumentModelApplyDocumentModel Method
This is used to apply the document model to a reflection information file
Namespace: Sandcastle.Core.PresentationStyleAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
void ApplyDocumentModel(
string reflectionDataFile,
string docModelReflectionDataFile
)
Sub ApplyDocumentModel (
reflectionDataFile As String,
docModelReflectionDataFile As String
)
void ApplyDocumentModel(
String^ reflectionDataFile,
String^ docModelReflectionDataFile
)
abstract ApplyDocumentModel :
reflectionDataFile : string *
docModelReflectionDataFile : string -> unit
Parameters
- reflectionDataFile String
- The source reflection data file
- docModelReflectionDataFile String
- The destination reflection data file with the document
model applied to it.