Standard 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#
public void ApplyDocumentModel(
string reflectionDataFile,
string docModelReflectionDataFile
)VB
Public Sub ApplyDocumentModel (
reflectionDataFile As String,
docModelReflectionDataFile As String
)C++
public:
virtual void ApplyDocumentModel(
String^ reflectionDataFile,
String^ docModelReflectionDataFile
) sealedF#
abstract ApplyDocumentModel :
reflectionDataFile : string *
docModelReflectionDataFile : string -> unit
override 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.