Click or drag to resize

LibraryStructureManagerGetDrawerStructure Method (Int32, Database, DbTransaction)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public Drawer GetDrawerStructure(
	int drawerId,
	Database database,
	DbTransaction transaction
)

Parameters

drawerId
Type: SystemInt32
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: Drawer
See Also