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 (26.2.0.1000)
Syntax
void DemandCallerCanAdministerEntry(
	Guid entryId
)

Parameters

entryId  Guid
The ID of the entry.
Exceptions
ExceptionCondition
NotFoundExceptionThe entry does not exist.
NoPrivilegeExceptionThe caller does not have the privilege being demanded.
InvalidSessionExceptionThe caller context is not associated with a valid session.
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