Click or drag to resize

XmlSchemaControllerGetXmlReaderSettings Method (String)

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
)

Parameters

schemaNames
Type: SystemString

Return Value

Type: XmlReaderSettings
See Also