Click or drag to resize

LibraryStructureManagerRemoveCabinet Method

Remove a cabinet.

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

Parameters

cabinetId
Type: SystemInt32
forceContentRemoval
Type: SystemBoolean
Removes cabinet even if it contains some documents.
See Also