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
- szSiteName
Type: System..::.String
The name of the site being unpacked.
- szResourceName
Type: System..::.String
The name of the custom resource.
- szPath
Type: System..::.String
The path where the custom resource is expected to place one or more files of its choice.
- bExportData
Type: System..::.Int32
Used to turn data export on or off.
- 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
- 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.