Click or drag to resize
BindingCollection.Remove Method (BaseInfo[])
Adds new object to the collection.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public override void Remove(
	params BaseInfo[] objects
)

Parameters

objects
Type:CMS.DataEngine.BaseInfo[]
Objects to add
See Also