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

See Also

Reference

ProfileXsdSchemaExport Class

ProfileXsdSchemaExport Members

GetAllSchemas Overload

Microsoft.CommerceServer.Profiles Namespace