Open this page in the API Guide

IFileSystemService.GetEffectiveCallerPrivileges Method

Gets the effective granted caller privileges for an entry.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
ICollection<Guid> GetEffectiveCallerPrivileges(
	FileSystemEntry entry
)

Parameters

entry
Type: Dundas.BI.FileSystem.FileSystemEntry
The entry.

Return Value

Type: ICollection<Guid>
A list of privilege IDs corresponding to the caller's effective access to the entry.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry is null.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
The result contains the caller's granted privileges for the entry, taking into account all existing granted and denied privilege in conjunction with the caller's membership in any groups or Windows group accounts.
See Also