LibraryStructureManagerMoveCategory Method

Move a folder group to another drawer.

Definition

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

Parameters

drawerId  Int32
categoryId  Int32
destDrawerId  Int32

See Also