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

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

Parameters

count
Type: SystemInt32
Number of items
See Also