Click or drag to resize

DocumentManagerMoveShortcuts Method

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

Parameters

documentIdArray
Type: SystemInt32
folderId
Type: SystemInt32
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: Boolean
See Also