LibraryStructureManagerCloneCategory Method

Clone 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 = "Clone a folder group to another drawer.")]
public void CloneCategory(
	int drawerId,
	int categoryId,
	int destDrawerId,
	string destName
)

Parameters

drawerId  Int32
categoryId  Int32
destDrawerId  Int32
destName  String

See Also