GetSchemas Method (String, String[])

Retrieves the specified profile definitions of the specified profile types, as XSD schema.

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

Syntax

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

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

Parameters

  • targetNamespace
    Type: System..::.String
    The target namespace to use in the XSD schema.
  • 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 of the specified profile types, as XSD schema.

Permissions

See Also

Reference

ProfileXsdSchemaExport Class

ProfileXsdSchemaExport Members

GetSchemas Overload

Microsoft.CommerceServer.Profiles Namespace