JAMS Developer Guide
Folder Class Properties


MVPSI.JAMS Namespace : Folder Class

For a list of all members of this type, see Folder members.

Public Properties
 NameDescription
Public PropertyAccess Control List  
Public PropertyGets the batch queue that Jobs within the Folder should be submitted to.  
Public PropertyGets the name of the batch queue that Jobs within the Folder should be submitted to.  
Public PropertyA description of this Folder.  
Public PropertyA collection of components which apply to jobs in this folder.  
Public PropertyGets an error message that describes the errors in the object. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyGets the default Credentials for Jobs in this Folder.  
Public PropertyGets and Sets the ID of the default Credentials for jobs in this Folder. This property is designed to be used by JAMS, not user code.  
Public PropertyGets the username of the default Credentials for Jobs in this Folder.  
Public PropertyThe FolderID is a unique number used to identify a Folder.  
Public PropertyThe name of the Folder  
Public PropertyThe HasErrors property can be used to determine if the object has any errors. If the object needs to be validated, it is done before returning. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyGets or sets the directory where jobs should begin execution.  
Public PropertyIs this object in the middle of an edit? (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyReturns any error messages currently associated with this column. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyThe date and time that this Folder definition was last changed.  
Public PropertyUser who last changed this Folder.  
Public PropertyThe UTC date and time that this Folder definition was last changed.  
Public PropertyReturns the JAMS Server that this Folder was loaded from.  
Public PropertyThis field specifies the location (device/directory) where batch log files should be placed.  
Public PropertyThe Modified property keeps track of modified state of this object. You cannot set the Modified property. If you modify the object, the modified property will be true until you end or cancel the update. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyThe name of the Folder  
Public PropertyThe NewObject property indicates that this object has just been created and has never been saved on a JAMS Server. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyGets or sets the list of Mail addresses, separated by commas. If a Job in this Folder requires notification, a mail message will be sent to this list of addresses.  
Public PropertyGets the list of Parameters for this Folder.  
Public PropertyGets or sets the JAMS Folder that this Folder is a member of.  
Public PropertyGets the Parent Folder ID for this Folder. This property is designed to be used by JAMS, not user code.  
Public PropertyGets or sets the fully qualified name of the JAMS Folder that this folder is a member of.  
Public PropertyA collection of PropertyValues for this Folder  
Public Property  
Public PropertyReturn the fully-qualified name for this folder  
Public PropertyGets a list of References to this Folder.  
Public PropertyGets or sets the default retention policy for Jobs in this Folder. The options are:

Always (A) Jobs are always retained until specifically deleted.
Never (N) Never retain jobs.
Error (E) Jobs are retained if they complete with a severity of Warning or worse.
Timed (T) Jobs are retained for the specified time after completion.

 
Public PropertyGets or sets the length of time the job should be retained if the retain option is set to "Timed".  
Public PropertyGets a list of Folder versions.  
Public PropertyThis number is used to calculate the scheduling priority for Jobs in this Folder. When a Job is submitted by the JAMS, the scheduling priority is calculated by adding together the default scheduling priority, the Folder’s priority modifier and the Job’s priority modifier.  
Public PropertyGets or sets the Folder's Search Path.  
Public PropertyThe Short Job Elapsed Time Percent specifies a minimum elapsed time for a job. If the job completes successfully in less than this amount of time it is considered a Short Job. This is specified as a percentage of the jobs average elapsed time. When a job is determined to be a short job, JAMS will perform notification for the job and may change the completion severity of the job.  
Public PropertyThe Tags object manages the tags applied to this Folder.  
Public PropertyThe Template Library specifies the full file specification which contains the JAMS templates used when parsing a Job. Refer to Templates and Job Parsing for a complete description of template libraries.  
Public PropertyWhen the field is true, batch log files be time stamped with an extension of .LOG_yyyymmdd_hhmmsscc.  
Public PropertyThe Validated property keeps track of the validation state of this object. If the object has been modified, Validated will be false until the object has been successfully validated by the Validate method. (Inherited from MVPSI.JAMS.BasePublicObject)
Top
See Also

Reference

Folder Class
MVPSI.JAMS Namespace