LibraryStructureManagerCloneFolder Method

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

Parameters

folderId  Int32
destDrawerId  Int32
destCategoryId  Int32
destName  String

See Also