LibraryStructureManagerRemoveCabinet Method |
Remove a cabinet.
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic void RemoveCabinet(
int cabinetId,
bool forceContentRemoval
)
Parameters
- cabinetId
- Type: SystemInt32
- forceContentRemoval
- Type: SystemBoolean
Removes cabinet even if it contains some documents.
See Also