Click or drag to resize

LibraryStructureManagerAddCabinet Method

Create a new cabinet in library tree.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int AddCabinet(
	bool isArchive,
	Cabinet newCabinet
)

Parameters

isArchive
Type: SystemBoolean
newCabinet
Type: FileHold.LibraryManagerCabinet

Return Value

Type: Int32
See Also