Click or drag to resize

DocumentManagerMoveDocuments Method

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

Parameters

documentIdArray
Type: SystemInt32
folderId
Type: SystemInt32
documentSchemaId
Type: SystemInt32
fieldsWithValues
Type: FileHold.LibraryManagerFieldWithValue
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: Boolean
See Also