Click or drag to resize

XmlSchemaControllerGetXmlSchemaSet Method

Returns the XmlSchemaSet with the provided name. The SchemaSet is cached for an hour.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public XmlSchemaSet GetXmlSchemaSet(
	string schemaName
)

Parameters

schemaName
Type: SystemString
The name of the XML Schema file, for instance Customer.xsd

Return Value

Type: XmlSchemaSet
See Also