Export Method

Exports information for the specified resource.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CatalogServer (in Microsoft.CatalogServer.dll)

Syntax

'Declaration
Public Sub Export ( _
    szSiteName As String, _
    szResourceName As String, _
    szPath As String, _
    bExportData As Integer, _
    bSilent As Integer _
)
'Usage
Dim instance As CatalogPup
Dim szSiteName As String
Dim szResourceName As String
Dim szPath As String
Dim bExportData As Integer
Dim bSilent As Integer

instance.Export(szSiteName, szResourceName, _
    szPath, bExportData, bSilent)
public void Export(
    string szSiteName,
    string szResourceName,
    string szPath,
    int bExportData,
    int bSilent
)
public:
virtual void Export(
    String^ szSiteName, 
    String^ szResourceName, 
    String^ szPath, 
    int bExportData, 
    int bSilent
) sealed
public final function Export(
    szSiteName : String, 
    szResourceName : String, 
    szPath : String, 
    bExportData : int, 
    bSilent : int
)

Parameters

  • szPath
    Type: System..::.String
    The path where the custom resource is expected to place one or more files of its choice.
  • bSilent
    Type: System..::.Int32
    Used to indicate whether any user interaction is allowed. 0 suppresses user interaction, allowing for unattended operation; otherwise, anything except 0.

Remarks

Exports the catalog XML file.

Permissions

See Also

Reference

CatalogPup Class

CatalogPup Members

Microsoft.CommerceServer.Catalog Namespace