Specifications

Scripting API equivalentData typeVariable name
Job.getExtension()TextJob.Extension
Job.getFileCount()IntegerJob.FileCount
Job.getHierarchyPath()Text IndexedJob.Hierarchy
Job.isFile()BooleanJob.IsFile
Job.isFolder()BooleanJob.IsFolder
Job.getJobState()TextJob.JobState
Job.getName()TextJob.Name
Job.getNameProper()TextJob.NameProper
Job.getPath()TextJob.Path
Job.getPriority()IntegerJob.Priority
Job.getPrivateData()TextJob.PrivateData
--TextJob.Size
Job.getUniqueNamePrefix()TextJob.UniqueNamePrefix
Job.getUserName()TextJob.UserName
The creation date/time of the job file or
folder as taken from file system
DateJob.FileCreationDate
File(job.getPath()).created
The email body text in the email info
associated with the job
TextJob.EmailBody
Job.getEmailBody()
A list of indented names (including
extension) for all files and folders in the
Text IndexedJob.NestedName
Indent=” “
job; by default each level indents with
4 spaces; on a particular level names
are sorted alphabetically; see example
below
The Indent argument specifies the string
added for each indentation level
(default value is 4 spaces)
Script that recursively iterates over job
contents
Nested name example:
304
Enfocus Switch 10