Click or drag to resize

XmlSchemaManagerValidate Method

Validates a document if it is conform to this schema instance.

Namespace: Aml.Engine.Schema
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool Validate(
	XDocument source,
	out string[] messages
)

Parameters

source  XDocument
The source.
messages  String
The messages.

Return Value

Boolean
true, if the validation was without errors; false, otherwise.
See Also