Click or drag to resize
BindingCollection.Remove Method (Int32[])
Removes given bindings from the collection. Supported only for collections with parent defined. Returns removed binding objects.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public virtual List<BaseInfo> Remove(
	params int[] bindingIds
)

Parameters

bindingIds
Type:System.Int32[]
Binding IDs to remove

Return Value

Type: List<BaseInfo>
See Also