LibraryStructureManagerFindOrAddCategory Method

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

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 or return existing folder group.")]
public int FindOrAddCategory(
	int cabinetId,
	string categoryName
)

Parameters

cabinetId  Int32
categoryName  String

Return Value

Int32

See Also