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)
Syntax
IList<ExportResultInfo> GetExportResultInfos(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The account identifier.

Return Value

Type: IListExportResultInfo
The list of ExportResultInfo.
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have permission to access the specified export results.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
This method is designed to be called by the administrators.
See Also