LibraryStructureManagerRemoveCategory Method

Remove a folder group.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Remove a folder group.")]
public void RemoveCategory(
	int categoryId,
	int drawerId,
	bool forceContentRemoval
)

Parameters

categoryId  Int32
 
drawerId  Int32
 
forceContentRemoval  Boolean
 

Remarks

The folder group can be deleted for all drawers in the cabinet or just in a specific drawer.

See Also