Click or drag to resize

LibraryStructureManagerAddCabinetWithLogging Method

Create a new cabinet 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 AddCabinetWithLogging(
	bool isArchive,
	Cabinet newCabinet,
	bool doLogging
)

Parameters

isArchive
Type: SystemBoolean
newCabinet
Type: FileHold.LibraryManagerCabinet
doLogging
Type: SystemBoolean

Return Value

Type: Int32
See Also