Partager via


ExportSchemas Method (String, String[])

Exports the specified profile definitions to a specified file as XSD schema.

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

Syntax

'Declaration
Public Sub ExportSchemas ( _
    fileName As String, _
    profileTypes As String() _
)
'Usage
Dim instance As ProfileXsdSchemaExport
Dim fileName As String
Dim profileTypes As String()

instance.ExportSchemas(fileName, profileTypes)
public void ExportSchemas(
    string fileName,
    string[] profileTypes
)
public:
void ExportSchemas(
    String^ fileName, 
    array<String^>^ profileTypes
)
public function ExportSchemas(
    fileName : String, 
    profileTypes : String[]
)

Parameters

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

Exceptions

Exception Condition
ArgumentNullException

fileName is nullNothingnullptra null reference (Nothing in Visual Basic).

Remarks

Exports the specified profile definitions to a specified file as XSD schema.

Permissions

See Also

Reference

ProfileXsdSchemaExport Class

ProfileXsdSchemaExport Members

ExportSchemas Overload

Microsoft.CommerceServer.Profiles Namespace