Open this page in the API Guide

ITransferService.GetExportConfigInfos 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.1.0.1000)
Syntax
ICollection<ExportConfigInfo> GetExportConfigInfos()

Return Value

Type: ICollection<ExportConfigInfo>
The collection of all lightweight export configurations info found in database.
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also