JAMS Developer Guide
GenericACEFlags Enumeration


MVPSI.JAMS Namespace : GenericACEFlags Enumeration
Defines flags that apply to an individual ACE.
Syntax
'Declaration
 
Public Enum GenericACEFlags 
   Inherits System.Enum
'Usage
 
Dim instance As GenericACEFlags
public enum GenericACEFlags : System.Enum 
Members
MemberDescription
JobsOnlyThe ACE applies only to jobs
SubfoldersAndJobsOnlyThe ACE applies to subfolders and jobs.
SubfoldersOnlyThe ACE applies only to subfolders.
ThisFolderAndJobsThe ACE applies to this folder and the jobs in the folder.
ThisFolderAndSubfoldersThis ACE applies to this folder and subfolders
ThisFolderOnlyThe ACE applies only to this folder.
ThisFolderSubfoldersAndJobsThe ACE applies to this folder, subfolders and jobs
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.GenericACEFlags

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