Click or drag to resize

XmlSchemaControllerGetXmlSchema Method (String, Int32)

Returns an xml schema stored in an Xml Schema data object. 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,
	out int schemaId
)

Parameters

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

Return Value

Type: String
See Also