IFileSystemService.CallerHasPrivilege Method |
Check if the caller has the object privilege specified by objectPrivilegeId.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxbool CallerHasPrivilege(
Guid entryId,
Guid objectPrivilegeId
)
Function CallerHasPrivilege (
entryId As Guid,
objectPrivilegeId As Guid
) As Boolean
bool CallerHasPrivilege(
Guid entryId,
Guid objectPrivilegeId
)
abstract CallerHasPrivilege :
entryId : Guid *
objectPrivilegeId : Guid -> bool
Parameters
- entryId
- Type: System.Guid
ID of the entry. - objectPrivilegeId
- Type: System.Guid
ID of object privilege.
Return Value
Type:
Booleantrue if the caller has the privilege, otherwise
false.
Exceptions
See Also