IPrivilegeServiceGetEffectiveApplicationPrivilegesForAccount Method (Guid) |
Note: This API is now obsolete.
Namespace: Dundas.BI.AccountServices
[ObsoleteAttribute("Use the override which accepts a tenant ID")] ICollection<Guid> GetEffectiveApplicationPrivilegesForAccount( Guid accountId )
Exception | Condition |
---|---|
ArgumentException | accountId or tenantId is Empty. |
NotFoundException | The account with the specified ID does not exist. |
NoPrivilegeException | The caller does not have system administration privileges. -or- The account is associated with a tenant, and the caller does not have administration privileges for that tenant. |
InvalidSessionException | The caller context is not associated with a valid session. |