BindingCollection Remove Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodRemove( Int32 )
Removes given bindings from the collection. Supported only for collections with parent defined. Returns removed binding objects.
Public methodRemove( String )
Removes given bindings from the collection. Supported only for collections with parent defined, and target object having code name column. Returns removed binding objects.
Public methodRemove(IEnumerable TObject )
Removes the specified object from the collection.
(Inherited from ObjectCollection TObject .)
Public methodRemove( BaseInfo )
Adds new object to the collection.
(Overrides ObjectCollection TObject  Remove( TObject ).)
Back to Top
See Also