LibraryStructureManagerGetDrawerStatistics Method

Calculate statistics for a drawer.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Calculate statistics for a drawer.")]
public LibraryObjectStatistics GetDrawerStatistics(
	int drawerId
)

Parameters

drawerId  Int32
id of drawer for which statistics should be returned

Return Value

LibraryObjectStatistics
statistics for drawer

See Also