ExportAllSchemas Method (String)
Exports all 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 ExportAllSchemas ( _
fileName As String _
)
'Usage
Dim instance As ProfileXsdSchemaExport
Dim fileName As String
instance.ExportAllSchemas(fileName)
public void ExportAllSchemas(
string fileName
)
public:
void ExportAllSchemas(
String^ fileName
)
public function ExportAllSchemas(
fileName : String
)
Parameters
- fileName
Type: System..::.String
Filename to put XSD schema.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | fileName is nullNothingnullptra null reference (Nothing in Visual Basic). |
Remarks
Exports all profile definitions to a specified file 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.