Open this page in the API Guide

IAccountsProvider.GetByName Method

Retrieves an account specified by its name.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
AccountData? GetByName(
	string accountName
)

Parameters

accountName
Type: System.String
The account's name.

Return Value

Type: AccountData
The AccountData or null if it does not exist.
See Also