IAccountServiceGetAccountInfo Method (Guid)

Gets limited information about the account with the specified ID.

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(
	Guid id
)

Parameters

id
Type: SystemGuid
The ID of the account to get.

Return Value

Type: MemberInfo
The account corresponding to the specified ID.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
NotFoundExceptionAn account with the specified ID was not found.
NoPrivilegeExceptionThe specified account is not visible to the caller.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also