Click or drag to resize

UserSessionsBox Constructor

Initializes a new instance of the UserSessionsBox class

Namespace:  FileHold.Common.Dashboard
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public UserSessionsBox(
	int licensed,
	int inUse
)

Parameters

licensed
Type: SystemInt32
inUse
Type: SystemInt32
See Also