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 (24.3.0.1000)
Syntax public virtual bool HasPrivilege(
Guid applicationPrivilegeId
)
Public Overridable Function HasPrivilege (
applicationPrivilegeId As Guid
) As Boolean
public:
virtual bool HasPrivilege(
Guid applicationPrivilegeId
)
abstract HasPrivilege :
applicationPrivilegeId : Guid -> bool
override HasPrivilege :
applicationPrivilegeId : Guid -> bool
Parameters
- applicationPrivilegeId
- Type: SystemGuid
Application privilege ID.
Return Value
Type:
Boolean if the session has the specified privilege; otherwise,
.
Exceptions See Also