Click or drag to resize

XmlSchemaControllerGetXmlSchema Method (String)

Returns an xml schema stored in an Xml Schema data object. The method caches the xml schema for one hour. The security model is *not* respected.

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

Parameters

schemaName
Type: SystemString
The schema file name as stated in the Name property on the Xml Schema data object. Case-insensitive.

Return Value

Type: String
See Also