Click or drag to resize

LibraryStructureManagerGetFolderGroupStatistics Method

Calculate statistics for a folder group.

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

Parameters

folderGroupId
Type: SystemInt32
id of folder group for which statistics should be returned
drawerId
Type: SystemInt32

Return Value

Type: LibraryObjectStatistics
statistics for folder group
See Also