Click or drag to resize

LibraryStructureManagerAddCategoryWithLogging Method

Create a new folder group in library tree and log it (or not).

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

Parameters

cabinetId
Type: SystemInt32
categoryName
Type: SystemString
doLogging
Type: SystemBoolean

Return Value

Type: Int32
See Also