AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

HashtableSerailizable..::..GetSchema Method

This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return nullNothingnullptra null reference (Nothing in Visual Basic) (nullNothingnullptra null reference (Nothing in Visual Basic) in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.

Namespace:  AdvantageCMS.Core.Utils
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public XmlSchema GetSchema()

Return Value

An XmlSchema that describes the XML representation of the object that is produced by the WriteXml(System.Xml.XmlWriter) method and consumed by the ReadXml(System.Xml.XmlReader) method.