Click or drag to resize

DocumentManagerMoveSelection Method

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

Parameters

selectionId
Type: SystemGuid
destinationFolderId
Type: SystemInt32
documentSchemaId
Type: SystemInt32
fieldsWithValues
Type: FileHold.LibraryManagerFieldWithValue
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: Boolean
See Also