ScanningManagerPublishDocumentInfo Class

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public class PublishDocumentInfo : DocumentInfo
Inheritance
Object    DocumentInfo    ScanningManagerPublishDocumentInfo

Constructors

ScanningManagerPublishDocumentInfoInitializes a new instance of the ScanningManagerPublishDocumentInfo class

Properties

AutoFilingScriptToUse Name of the auto-filing script to use in order to determine the destination folder. Optional. When specified, the FolderId and AutoFilingTemplateId properties are ignored.
(Inherited from DocumentInfo)
AutoFilingTemplateId Id of the auto-filing template to use in order to determine the destination folder. Optional. When specified, the FolderId property is ignored.
(Inherited from DocumentInfo)
CreatedDate Custom date to override original created date. Optional.
(Inherited from DocumentInfo)
DocumentName Document name. Required.
(Inherited from DocumentInfo)
DocumentNumber Value of the Document number control field. Required if document schema uses a document number control field.
(Inherited from DocumentInfo)
DocumentSchemaId Document schema ID. Required.
(Inherited from DocumentInfo)
DocumentSchemaType Format of the document (electronic, record or offline). It should ony be set to a non-null value if the document should have a different format than the default format for the document schema, and the appropriate format conversion is enabled in general FileHold settings.
(Inherited from DocumentInfo)
FieldsWithValues Array of metadata values. Required; may be empty if schema has no associated metadata. Values of read-only fields must match their initial value unless the user has permission to modify read-only fields.
(Inherited from DocumentInfo)
FolderId Destination folder ID. Required unless an auto-filing script or template is used.
(Inherited from DocumentInfo)
OriginalFileName Original file name. Required unless document is an offline document.
(Inherited from DocumentInfo)
SendEmailToMembers Send email notification to folder members. Optional.
(Inherited from DocumentInfo)
SnapshotId Snapshot to add the document to. Optional.
(Inherited from DocumentInfo)
SourceDocumentVersionId Document version ID of source document. Required.
UploadToken Upload token of the document in repository. Required unless document is an offline document.
(Inherited from DocumentInfo)
VersionNumber Value of the version number control field. Optional.
(Inherited from DocumentInfo)

Extension Methods

See Also