Click or drag to resize

XmlSchemaControllerGetXmlReaderSettings Method (String, Boolean)

Creates XmlReaderSettings for validation of XML for schemas that import schemas in several levels. The imported schemas must also be in the ES schema storage, and must also be statically mapped in XmlXsdResolver

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public XmlReaderSettings GetXmlReaderSettings(
	string[] schemaNames,
	bool strict
)

Parameters

schemaNames
Type: SystemString
strict
Type: SystemBoolean

Return Value

Type: XmlReaderSettings
See Also