Click or drag to resize

CAEXDocumentValidate Method

Checks if the document is schema compliant.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public virtual bool Validate(
	out string[] violationLog
)

Parameters

violationLog  String
Log of schema violations.

Return Value

Boolean
true, if the CAEX document is schema compliant; otherwise false.
See Also