ImportationManagerUploadDocument Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public Guid UploadDocument(
	ImportedDocument document,
	int documentId,
	int? afFolderId,
	Database database,
	DbTransaction transaction
)

Parameters

document  ImportedDocument
 
documentId  Int32
 
afFolderId  NullableInt32
 
database  Database
 
transaction  DbTransaction
 

Return Value

Guid

See Also