Click or drag to resize

LibraryStructureManagerAddCategory Method

Create a new folder group in library tree.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int AddCategory(
	int cabinetId,
	string categoryName
)

Parameters

cabinetId
Type: SystemInt32
categoryName
Type: SystemString

Return Value

Type: Int32
See Also