Open this page in the API Guide

IAccountService.GetAccountInfo Method (String)

Gets limited information about the account with the specified name.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
MemberInfo GetAccountInfo(
	string name
)

Parameters

name
Type: System.String
The name of the account to get.

Return Value

Type: MemberInfo
The account corresponding to the specified name.
Exceptions
ExceptionCondition
ArgumentExceptionname is null or empty.
NotFoundExceptionAn account with the specified name was not found.
NoPrivilegeExceptionThe specified account is not visible to the caller.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
For Windows accounts, use the DOMAIN\AccountName format.
See Also