ObjectPrivilegeIdsFullControl Field |
Full Control privilege.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public static readonly Guid FullControl
Public Shared ReadOnly FullControl As Guid
public:
static initonly Guid FullControl
static val FullControl: Guid
Field Value
Type:
GuidRemarks
The value of this constant is
1423fbbd-b6d9-429f-a9ea-d68a29b81cc9.
Note |
---|
If this privilege is granted on an entry, it automatically implies that all other privileges are granted
on that entry.
|
Note |
---|
If this privilege is granted on a project, it automatically implies that the assignee of the privilege is
a "project administrator" for that project. Project administrators implicitly have the Full Control privilege
granted on anything contained in the project.
|
See Also