GetSchemas Method (String[])

Retrieves the specified profile definitions as XSD schema.

Namespace:  Microsoft.CommerceServer.Profiles
Assembly:  Microsoft.CommerceServer.Profiles.DataManagement (in Microsoft.CommerceServer.Profiles.DataManagement.dll)

Syntax

'Declaration
Public Function GetSchemas ( _
    profileTypes As String() _
) As XmlNode
'Usage
Dim instance As ProfileXsdSchemaExport
Dim profileTypes As String()
Dim returnValue As XmlNode

returnValue = instance.GetSchemas(profileTypes)
public XmlNode GetSchemas(
    string[] profileTypes
)
public:
XmlNode^ GetSchemas(
    array<String^>^ profileTypes
)
public function GetSchemas(
    profileTypes : String[]
) : XmlNode

Parameters

  • profileTypes
    Type: array<System..::.String>[]()[]
    An array of profile definitions to retrieve.

Return Value

Type: System.Xml..::.XmlNode
XML representation of the XSD schema for the profile definitions specified.

Remarks

Retrieves the specified profile definitions as XSD schema.

Permissions

See Also

Reference

ProfileXsdSchemaExport Class

ProfileXsdSchemaExport Members

GetSchemas Overload

Microsoft.CommerceServer.Profiles Namespace