IAccountsProviderExportRecord Method

Export an account from the underlying storage mechanism.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
AccountData ExportRecord(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The ID of the account to be exported.

Return Value

Type: AccountData
The account data to be exported.
Exceptions
ExceptionCondition
NotFoundExceptionAn account with the given ID does not exist.
NotSupportedExceptionThe accounts provider does not support modify operations.
See Also