Click or drag to resize

LibraryStructureManagerFindOrAddCategory Method

Create a new folder group in library tree or return existing folder group.

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

Parameters

cabinetId
Type: SystemInt32
categoryName
Type: SystemString

Return Value

Type: Int32
See Also