Click or drag to resize

XmlSchemaControllerValidateXml Method

The method validates an xml string against the provided xml schema.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual void ValidateXml(
	string xml,
	params string[] schemaNames
)

Parameters

xml
Type: SystemString
schemaNames
Type: SystemString
See Also