Click or drag to resize
DataHelperGetItemsCount Method
Gets the items count in the specified data source.

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

Parameters

dataSource
Type: SystemObject
Data source

Return Value

Type: Int32
See Also