Click or drag to resize

ISchemaTransformTransformTo Method

Method to do a schema transformation for the provided document to the defined schema. This method can be used for upward and downward transformations.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
CAEXDocument TransformTo(
	CAEXDocument document,
	CAEXDocumentCAEXSchema targetSchema
)

Parameters

document  CAEXDocument
the document to be transformed
targetSchema  CAEXDocumentCAEXSchema
the target schema

Return Value

CAEXDocument
the transformed document
See Also