Click or drag to resize
DataHelperGetObjectSize Method
Gets the size of the given object.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static int GetObjectSize(
	Object item
)

Parameters

item
Type: SystemObject
Object

Return Value

Type: Int32
See Also