StandardDocumentModelApplyDocumentModel 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.12.21.0
public void ApplyDocumentModel(
string reflectionDataFile,
string docModelReflectionDataFile
)
Public Sub ApplyDocumentModel (
reflectionDataFile As String,
docModelReflectionDataFile As String
)
public:
virtual void ApplyDocumentModel(
String^ reflectionDataFile,
String^ docModelReflectionDataFile
) sealed
abstract ApplyDocumentModel :
reflectionDataFile : string *
docModelReflectionDataFile : string -> unit
override ApplyDocumentModel :
reflectionDataFile : string *
docModelReflectionDataFile : string -> unit
- reflectionDataFile String
- The source reflection data file
- docModelReflectionDataFile String
- The destination reflection data file with the document
model applied to it.
IApplyDocumentModelApplyDocumentModel(String, String)