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 (26.2.0.1000)
Syntax
public static class ObjectPrivilegeIds

The ObjectPrivilegeIds type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberDeleteDelete privilege.
Public fieldStatic memberExecuteExecute privilege.
Public fieldStatic memberFullControlFull Control privilege.
Public fieldStatic memberListFolderContentsAllows a user to see the list of files and subfolders in a folder.
Public fieldStatic memberModifyFolderAllows a user to create new items in a folder and modify its properties.
Public fieldStatic memberReadRead privilege.
Public fieldStatic memberWriteWrite privilege.
Top
See Also