ITransferServiceDeleteExportConfiguration Method  | 
 
            Deletes an existing export configuration.
            
 
    Namespace: 
   Dundas.BI.Transfer
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxvoid DeleteExportConfiguration(
	Guid exportConfigId
)
Sub DeleteExportConfiguration ( 
	exportConfigId As Guid
)
void DeleteExportConfiguration(
	Guid exportConfigId
)
abstract DeleteExportConfiguration : 
        exportConfigId : Guid -> unit 
Parameters
- exportConfigId
 - Type: SystemGuid
ID of the export configuration to be deleted. 
Exceptions
See Also