Click or drag to resize
AbstractInfoProviderTInfo, TProviderGetCountInternal Method
Gets the number of items matching the given parameters. Does not check the license when retrieving data.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected int GetCountInternal(
	Action<ObjectQuery<TInfo>> parameters = null
)

Parameters

parameters (Optional)
Type: SystemActionObjectQueryTInfo
Parameters to apply to the query

Return Value

Type: Int32
See Also