Click or drag to resize

WatchedFolder Class

Watched folder definition for importation job.
Inheritance Hierarchy
SystemObject
  FileHold.LibraryManagerWatchedFolder

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

The WatchedFolder type exposes the following members.

Constructors
  NameDescription
Public methodWatchedFolder
Initializes a new instance of the WatchedFolder class
Top
Properties
  NameDescription
Public propertyAutoDelete
If true, documents are deleted after import.
Public propertyAutoFilingScript
Name of auto-filing script to use. If empty, documents will be auto-filed according to the configuration on the schema.
Public propertyAutoFilingTemplateId
Public propertyAutoUpdate
If true, watched folder is automatically updated in the background.
Public propertyDocumentSchemaId
Identifier of the document schema.
Public propertyFieldDelimiter
Columns delimiter in the source file when Indirect Metadata option is turned on.
Public propertyFileExtension
Extension of the source file when Indirect Metadata option is turned on.
Public propertyIndirectMetadata
If true, only files with specified extension and delimiters will be watched.
Public propertyMetadata
Metadata values in the same format as for AddDocumentInfo.
Public propertySourcePath
Path of the source folder in the file system.
Public propertyTargetFolderId
Identifier of the target folder in FileHold library.
Public propertyUseAutoFiling
If true, auto-filing script will be used for determining target folder.
Public propertyValueDelimiter
Values delimiter in the source file when Indirect Metadata option is turned on. It is used to delimit multiple values in a single cell.
Top
Extension Methods
See Also