ITransferServiceGetExportConfigInfos Method  | 
 
            Gets the collection of all lightweight export configurations info found in database.
            
 
    Namespace: 
   Dundas.BI.Transfer
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxICollection<ExportConfigInfo> GetExportConfigInfos()
Function GetExportConfigInfos As ICollection(Of ExportConfigInfo)
ICollection<ExportConfigInfo^>^ GetExportConfigInfos()
abstract GetExportConfigInfos : unit -> ICollection<ExportConfigInfo> 
Return Value
Type: 
ICollectionExportConfigInfoThe collection of all lightweight export configurations info found in database.
Exceptions
See Also