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