LibraryStructureManagerCopyDrawer Method

Copy a drawer with all documents to another cabinet.

Definition

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

Parameters

drawerId  Int32
destCabinetId  Int32
destName  String

See Also