LibraryStructureManagerMoveFolder Method

Move a folder to another drawer or folder group.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Move a folder to another drawer or folder group.")]
public void MoveFolder(
	int folderId,
	int destDrawerId,
	int destCategoryId
)

Parameters

folderId  Int32
destDrawerId  Int32
destCategoryId  Int32
folder group ID or -1

See Also