Click or drag to resize

DocumentManagerAddDocumentWithAutoFiling Method

Adds document to library manager using auto filing script. This method is obsolete; AddDocumentInfo() should be used instead.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int AddDocumentWithAutoFiling(
	string scriptToUse,
	int documentSchemaId,
	string documentName,
	FieldWithValue[] fieldsWithValues,
	Guid uploadToken,
	string originalFileName,
	Guid snapshotId,
	bool sendEmailToMembers,
	string documentNumber,
	string versionNumber
)

Parameters

scriptToUse
Type: SystemString
documentSchemaId
Type: SystemInt32
documentName
Type: SystemString
fieldsWithValues
Type: FileHold.LibraryManagerFieldWithValue
uploadToken
Type: SystemGuid
originalFileName
Type: SystemString
snapshotId
Type: SystemGuid
sendEmailToMembers
Type: SystemBoolean
documentNumber
Type: SystemString
versionNumber
Type: SystemString

Return Value

Type: Int32
Remarks
This method is obsolete; AddDocumentInfo() should be used instead.
See Also