Click or drag to resize

LibraryStructureManagerGetDrawerStructureWithDetails Method

Return drawer with given ID with all categories and folders and their details. All folder properties are returned, including membership and auto-tagging information.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public Drawer GetDrawerStructureWithDetails(
	int drawerId
)

Parameters

drawerId
Type: SystemInt32

Return Value

Type: Drawer
See Also