Click or drag to resize
ObjectCollectionTObjectEnsureItems Method
Ensures the specified number of items in the item list.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected void EnsureItems(
	int count
)

Parameters

count
Type: SystemInt32
Number of items
See Also