IFileSystemServiceGetEffectiveCallerPrivileges 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 (24.3.0.1000)
Syntax
ICollection<Guid> GetEffectiveCallerPrivileges(
	FileSystemEntry entry
)

Parameters

entry
Type: Dundas.BI.FileSystemFileSystemEntry
The entry.

Return Value

Type: ICollectionGuid
A list of privilege IDs corresponding to the caller's effective access to the entry.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry is .
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