| BindingCollectionAdd Method (Int32) | 
            Adds given bindings to the collection. Supported only for collections with parent defined. Returns newly created binding objects.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic virtual List<BaseInfo> Add(
	params int[] bindingIds
)
Parameters
- bindingIds
 - Type: SystemInt32
Binding IDs to add 
Return Value
Type: 
ListBaseInfo
See Also