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 (25.3.0.1000)
SyntaxICollection<Guid> GetEffectiveCallerPrivileges(
	FileSystemEntry entry
)
Function GetEffectiveCallerPrivileges ( 
	entry As FileSystemEntry
) As ICollection(Of Guid)
ICollection<Guid>^ GetEffectiveCallerPrivileges(
	FileSystemEntry^ entry
)
abstract GetEffectiveCallerPrivileges : 
        entry : FileSystemEntry -> ICollection<Guid> 
Parameters
- entry
 - Type: Dundas.BI.FileSystemFileSystemEntry
The entry. 
Return Value
Type: 
ICollectionGuidA list of privilege IDs corresponding to the caller's effective access to the entry.
Exceptions
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