IAccountServiceGetAccountInfo 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 (24.2.0.1000)
Syntax
MemberInfo GetAccountInfo(
	string name
)

Parameters

name
Type: SystemString
The name of the account to get.

Return Value

Type: MemberInfo
The account corresponding to the specified name.
Exceptions
ExceptionCondition
ArgumentExceptionname is 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