Click or drag to resize

ImportationManagerUploadDocument Method

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

Parameters

document
Type: FileHold.LibraryManager.ModelsImportedDocument
documentId
Type: SystemInt32
afFolderId
Type: SystemNullableInt32
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: Guid
See Also