LibraryStructureManagerAddCategory Method

Create a new folder group in library tree.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Create a new folder group in library tree.")]
public int AddCategory(
	int cabinetId,
	string categoryName
)

Parameters

cabinetId  Int32
categoryName  String

Return Value

Int32

See Also