IExportServiceGetExportResultInfos Method (Guid) |
Gets the export result information for exports generated by current user.
Namespace:
Dundas.BI.Export
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
SyntaxIList<ExportResultInfo> GetExportResultInfos(
Guid accountId
)
Function GetExportResultInfos (
accountId As Guid
) As IList(Of ExportResultInfo)
IList<ExportResultInfo^>^ GetExportResultInfos(
Guid accountId
)
abstract GetExportResultInfos :
accountId : Guid -> IList<ExportResultInfo>
Parameters
- accountId
- Type: SystemGuid
The account identifier.
Return Value
Type:
IListExportResultInfoThe list of
ExportResultInfo.
Exceptions
Remarks
This method is designed to be called by the administrators.
See Also