Click or drag to resize

ImportationJob Class

Definition of an importation job.
Inheritance Hierarchy
SystemObject
  FileHold.LibraryManagerImportationJob

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class ImportationJob

The ImportationJob type exposes the following members.

Constructors
  NameDescription
Public methodImportationJob
Initializes a new instance of the ImportationJob class
Top
Properties
  NameDescription
Public propertyAction
Action which should be performed after successful importation.
Public propertyCompletedDocuments
Number of completed documents associated with the job.
Public propertyCompletedDocumentsSize
Size of completed documents associated with the job.
Public propertyConfigurationErrors
List of configuration errors.
Public propertyCreatedBy
Name of the user who created the job definition.
Public propertyCurrentDocumentName
Name of the currently processed document.
Public propertyCurrentDocumentSize
Size of the currently processed document.
Public propertyCurrentDocumentStarted
Date and time when the current document started processing.
Public propertyCurrentSourcePath
Path of the currently processed document.
Public propertyDateCreated
Date and time when job definiton was created.
Public propertyDateModified
Date and time when job definition was last modified.
Public propertyDescription
Optional description of the job.
Public propertyDocumentsPerTrigger
Optional maximum number of documents imported per trigger. 0 means no limit.
Public propertyErrorDocuments
Number of errors associated with the job.
Public propertyErrorDocumentsSize
Size of documents with errors associated with the job.
Public propertyHasTimeFrame
Time limitation. If true, HourFrom and HourTo must be set.
Public propertyHourFrom
Start hour of the job (from 0 to 23).
Public propertyHourTo
End hour of the job (from 0 to 23).
Public propertyId
Identifier of the job.
Public propertyIsEnabled
Enabled/disabled state of the job.
Public propertyModifiedBy
Name of the user who last modified the job definition.
Public propertyName
Name of the job.
Public propertyPendingDocuments
Number of pending documents in the job queue.
Public propertyPendingDocumentsSize
Size of pending documents in the job queue.
Public propertyType
Type of the job (watched folder or API).
Public propertyUserContext
The guid of the user on whose behalf documents are imported.
Public propertyWatchedFolder
Definition of watched folder if job type is watched folder. When job type is watched FTP site, it defines local file processing settings.
Public propertyWatchedFtpSite
Definition of watched FTP site if job type is watched FTP site.
Top
Extension Methods
See Also