Click or drag to resize

DocumentInfo Class

Class representing a document to be added.
Inheritance Hierarchy

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

The DocumentInfo type exposes the following members.

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