GetAllSchemas Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Retrieves all of the profile definitions as XSD schema.
Namespace: Microsoft.CommerceServer.Profiles
Assembly: Microsoft.CommerceServer.Profiles.DataManagement (in Microsoft.CommerceServer.Profiles.DataManagement.dll)
Syntax
'Declaration
Public Function GetAllSchemas As XmlNode
'Usage
Dim instance As ProfileXsdSchemaExport
Dim returnValue As XmlNode
returnValue = instance.GetAllSchemas()
public XmlNode GetAllSchemas()
public:
XmlNode^ GetAllSchemas()
public function GetAllSchemas() : XmlNode
Return Value
Type: System.Xml..::.XmlNode
XML representation of the XSD schema of all profile definitions.
Remarks
Retrieves all of the profile definitions as XSD schema.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.