DocumentManagerMoveDocuments Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public bool MoveDocuments(
	int[] documentIdArray,
	int folderId,
	int documentSchemaId,
	FieldWithValue[] fieldsWithValues,
	Database database,
	DbTransaction transaction
)

Parameters

documentIdArray  Int32
 
folderId  Int32
 
documentSchemaId  Int32
 
fieldsWithValues  FieldWithValue
 
database  Database
 
transaction  DbTransaction
 

Return Value

Boolean

See Also