 | XmlSchemaManagerValidate Method |
Validates a document if it is conform to this schema instance.
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool Validate(
XDocument source,
out string[] messages
)
Public Function Validate (
source As XDocument,
<OutAttribute> ByRef messages As String()
) As Boolean
public:
bool Validate(
XDocument^ source,
[OutAttribute] array<String^>^% messages
)
Parameters
- source XDocument
- The source.
- messages String
- The messages.
Return Value
Booleantrue, if the validation was without errors; false, otherwise.
See Also