SessionHasPrivilege Method |
Determines whether the session has the specified application privilege.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 Guid
- Application privilege ID.
Return Value
Boolean if the session has the specified privilege; otherwise,
.
Exceptions
See Also