JAMS Developer Guide
FolderAccess Enumeration


MVPSI.JAMS Namespace : FolderAccess Enumeration
Specifies access control bits for Folder objects.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum FolderAccess 
   Inherits System.Enum
'Usage
 
Dim instance As FolderAccess
[System.Flags()]
public enum FolderAccess : 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.FolderAccess

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