FilesLogGetSizeAndAccesses Method |
Returns size, number of accesses and size chart.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax 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:
StringSee Also