Click or drag to resize

LibraryStatusBox Constructor

Initializes a new instance of the LibraryStatusBox class

Namespace:  FileHold.Common.Dashboard
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public LibraryStatusBox(
	int numberOfDocuments,
	long documentsSize
)

Parameters

numberOfDocuments
Type: SystemInt32
documentsSize
Type: SystemInt64
See Also