LibraryStructureManagerCopyFolder Method

Copy a folder with all documents 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 = "Copy a folder with all documents to another drawer or folder group.")]
public void CopyFolder(
	int folderId,
	int destDrawerId,
	int destCategoryId,
	string destName
)

Parameters

folderId  Int32
destDrawerId  Int32
destCategoryId  Int32
destName  String

See Also