SessionHasPrivilege Method

Determines whether the session has the specified application privilege.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public virtual bool HasPrivilege(
	Guid applicationPrivilegeId
)

Parameters

applicationPrivilegeId  Guid
Application privilege ID.

Return Value

Boolean
if the session has the specified privilege; otherwise, .
Exceptions
ExceptionCondition
ArgumentExceptionapplicationPrivilegeId is Empty.
See Also