IFileSystemServiceDemandCallerCanAdministerEntry Method  | 
 
            Require the caller to have administrative privileges on the specified entry.
            
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxvoid DemandCallerCanAdministerEntry(
	Guid entryId
)
Sub DemandCallerCanAdministerEntry ( 
	entryId As Guid
)
void DemandCallerCanAdministerEntry(
	Guid entryId
)
abstract DemandCallerCanAdministerEntry : 
        entryId : Guid -> unit 
Parameters
- entryId
 - Type: SystemGuid
The ID of the entry. 
Exceptions
Remarks
            A 
NoPrivilegeException will be thrown unless one of the following conditions are met:
              1) The caller is a system administrator.
              2) The caller is a tenant admin and the entry is associated with the caller's tenant.
              3) The caller is a project admin for the project in which the entry is contained.
            
See Also