ITransferServiceGetExportConfiguration Method  | 
 
            Retrieves an export configuration which specified by exportConfigId.
            
 
    Namespace: 
   Dundas.BI.Transfer
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxExportConfig GetExportConfiguration(
	Guid exportConfigId
)
Function GetExportConfiguration ( 
	exportConfigId As Guid
) As ExportConfig
ExportConfig^ GetExportConfiguration(
	Guid exportConfigId
)
abstract GetExportConfiguration : 
        exportConfigId : Guid -> ExportConfig 
Parameters
- exportConfigId
 - Type: SystemGuid
ID of the export configuration to be retrieved. 
Return Value
Type: 
ExportConfigThe export configuration which specified by 
exportConfigId.
Exceptions
See Also