Click or drag to resize

LibraryStructureManagerGetDrawerStatistics Method

Calculate statistics for a drawer.

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

Parameters

drawerId
Type: SystemInt32
id of drawer for which statistics should be returned

Return Value

Type: LibraryObjectStatistics
statistics for drawer
See Also