Click or drag to resize

ScanningManagerPublishDocumentInfo Class

Inheritance Hierarchy
SystemObject
  FileHold.LibraryManagerDocumentInfo
    FileHold.LibraryManagerScanningManagerPublishDocumentInfo

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

The ScanningManagerPublishDocumentInfo type exposes the following members.

Constructors
  NameDescription
Public methodScanningManagerPublishDocumentInfo
Initializes a new instance of the ScanningManagerPublishDocumentInfo class
Top
Properties
  NameDescription
Public propertyAutoFilingScriptToUse
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.)
Public propertyAutoFilingTemplateId
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.)
Public propertyCreatedDate
Custom date to override original created date. Optional.
(Inherited from DocumentInfo.)
Public propertyDocumentName
Document name. Required.
(Inherited from DocumentInfo.)
Public propertyDocumentNumber
Value of the Document number control field. Required if document schema uses a document number control field.
(Inherited from DocumentInfo.)
Public propertyDocumentSchemaId
Document schema ID. Required.
(Inherited from DocumentInfo.)
Public propertyDocumentSchemaType
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.)
Public propertyFieldsWithValues
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.)
Public propertyFolderId
Destination folder ID. Required unless an auto-filing script or template is used.
(Inherited from DocumentInfo.)
Public propertyOriginalFileName
Original file name. Required unless document is an offline document.
(Inherited from DocumentInfo.)
Public propertySendEmailToMembers
Send email notification to folder members. Optional.
(Inherited from DocumentInfo.)
Public propertySnapshotId
Snapshot to add the document to. Optional.
(Inherited from DocumentInfo.)
Public propertySourceDocumentVersionId
Public propertyUploadToken
Upload token of the document in repository. Required unless document is an offline document.
(Inherited from DocumentInfo.)
Public propertyVersionNumber
Value of the version number control field. Optional.
(Inherited from DocumentInfo.)
Top
Extension Methods
See Also