Click or drag to resize

XmlSchemaControllerValidateXmlRelaxed Method

The method validates an xml string against the provided xml schema. XML from other schemas is ignored

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

Parameters

xml
Type: SystemString
schemaNames
Type: SystemString
See Also