LibraryStructureManagerMoveCategory Method |
Move a folder group to another drawer.
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic void MoveCategory(
int drawerId,
int categoryId,
int destDrawerId
)
Parameters
- drawerId
- Type: SystemInt32
- categoryId
- Type: SystemInt32
- destDrawerId
- Type: SystemInt32
See Also