LibraryStructureManagerSwitchFolderGroups Method

Move all folders from one folder group to another.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Move all folders from one folder group to another.")]
public void SwitchFolderGroups(
	int drawerId,
	int sourceCategoryId,
	int destCategoryId
)

Parameters

drawerId  Int32
sourceCategoryId  Int32
destCategoryId  Int32

See Also