Click or drag to resize

LibraryStructureManagerMoveFolder Method

Move a folder to another drawer or folder group.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void MoveFolder(
	int folderId,
	int destDrawerId,
	int destCategoryId
)

Parameters

folderId
Type: SystemInt32
destDrawerId
Type: SystemInt32
destCategoryId
Type: SystemInt32
folder group ID or -1
See Also