IFileSystemServiceDemandCallerPrivilege Method  | 
 
            Require the caller to have the privilege specified by objectPrivilegeId.
            
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxvoid DemandCallerPrivilege(
	Guid entryId,
	Guid objectPrivilegeId
)
Sub DemandCallerPrivilege ( 
	entryId As Guid,
	objectPrivilegeId As Guid
)
void DemandCallerPrivilege(
	Guid entryId, 
	Guid objectPrivilegeId
)
abstract DemandCallerPrivilege : 
        entryId : Guid * 
        objectPrivilegeId : Guid -> unit 
Parameters
- entryId
 - Type: SystemGuid
ID of the entry. - objectPrivilegeId
 - Type: SystemGuid
ID of object privilege. 
Exceptions
See Also