Click or drag to resize

LibraryStructureManagerRemoveCategory Method

Remove a folder group.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void RemoveCategory(
	int categoryId,
	int drawerId,
	bool forceContentRemoval
)

Parameters

categoryId
Type: SystemInt32
drawerId
Type: SystemInt32
forceContentRemoval
Type: SystemBoolean
Remarks
The folder group can be deleted for all drawers in the cabinet or just in a specific drawer.
See Also