BindingCollection Add Method Kentico 8.1 API Reference
Overload List

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