ObjectPrivilegeIds Class

IDs of object privileges.
Inheritance Hierarchy
SystemObject
  Dundas.BI.FileSystemObjectPrivilegeIds

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 class ObjectPrivilegeIds

The ObjectPrivilegeIds type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDelete
Delete privilege.
Public fieldStatic memberExecute
Execute privilege.
Public fieldStatic memberFullControl
Full Control privilege.
Public fieldStatic memberListFolderContents
Allows a user to see the list of files and subfolders in a folder.
Public fieldStatic memberModifyFolder
Allows a user to create new items in a folder and modify its properties.
Public fieldStatic memberRead
Read privilege.
Public fieldStatic memberWrite
Write privilege.
Top
See Also