IAccountServiceGetAccountsAsCsv Method

Gets the accounts information as a CSV file records.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
IEnumerable<string> GetAccountsAsCsv(
	GetAccountsAsCsvOptions options
)

Parameters

options  GetAccountsAsCsvOptions
The options required to retrieve the accounts information.

Return Value

IEnumerableString
CSV file records containing the accounts information.
Exceptions
ExceptionCondition
ArgumentNullExceptionoptions is .
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also