LibraryStructureManagerCopyCategory Method

Copy a folder group with all documents to another drawer.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Copy a folder group with all documents to another drawer.")]
public void CopyCategory(
	int drawerId,
	int categoryId,
	int destDrawerId,
	string destName
)

Parameters

drawerId  Int32
categoryId  Int32
destDrawerId  Int32
destName  String

See Also