Click or drag to resize
FilesLogGetSizeAndAccesses Method
Returns size, number of accesses and size chart.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public static string GetSizeAndAccesses(
	Object maxSize,
	Object size,
	Object accesses,
	bool surround
)

Parameters

maxSize
Type: SystemObject
Maximal size
size
Type: SystemObject
Actual size
accesses
Type: SystemObject
Number of accesses
surround
Type: SystemBoolean
If true, result, if not empty, is surrounded with div

Return Value

Type: String
See Also