WatchedFolder Class
Watched folder definition for importation job.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
public class WatchedFolder
- Inheritance
- Object WatchedFolder
| WatchedFolder | Initializes a new instance of the WatchedFolder class |
| AutoDelete |
If true, documents are deleted after import.
|
| AutoFilingScript |
Name of auto-filing script to use. If empty, documents will be auto-filed according to the configuration on the schema.
|
| AutoFilingTemplateId | |
| AutoUpdate |
If true, watched folder is automatically updated in the background.
|
| DocumentSchemaId |
Identifier of the document schema.
|
| ExtractionRulesSelectSchema |
If true, the extraction schema will define the schema for the document. If false, the extraction rule is only applied
if it matches the document schema defined in the job.
|
| FieldDelimiter |
Columns delimiter in the source file when Indirect Metadata option is turned on.
|
| FileExtension |
Extension of the source file when Indirect Metadata option is turned on.
|
| IndirectMetadata |
If true, only files with specified extension and delimiters will be watched.
|
| Metadata |
Metadata values in the same format as for AddDocumentInfo.
|
| SourcePath |
Path of the source folder in the file system.
|
| TargetFolderId |
Identifier of the target folder in FileHold library.
|
| UseAutoFiling |
If true, auto-filing script will be used for determining target folder.
|
| ValueDelimiter |
Values delimiter in the source file when Indirect Metadata option is turned on. It is used to delimit multiple values in a single cell.
|