LibraryStructureManagerAddDrawer Method

Create a new drawer 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 drawer in library tree.")]
public int AddDrawer(
	int cabinetId,
	Drawer newDrawer
)

Parameters

cabinetId  Int32
newDrawer  Drawer

Return Value

Int32

See Also