JAMS Developer Guide
FolderRights Enumeration


MVPSI.JAMS Namespace : FolderRights Enumeration
Identifies the bits that are valid in a Folder's Security Descriptor.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum FolderRights 
   Inherits System.Enum
'Usage
 
Dim instance As FolderRights
[System.Flags()]
public enum FolderRights : System.Enum 
Members
MemberDescription
AbortCan abort Jobs and Setups from the Folder
AddJobsCan add Job and Setup definitions to the Folder
ChangeCan modify the Folder
ChangeJobsCan modify Job and Setup definitions in the Folder
ControlCan modify the ACL
DebugCan debug Jobs and Setups from the Folder
DeleteCan delete the Folder
DeleteJobsCan delete Job and Setup definitions in the Folder
InquireCan see the Folder
InquireJobsCan see Job and Setup definitions in the Folder
ManageCan manage Jobs and Setups from the Folder
MonitorCan monitor Jobs and Setups from the Folder
NoneNo access.
SubmitCan submit Jobs and Setups from the Folder
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.FolderRights

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MVPSI.JAMS Namespace