BindingCollectionAdd Method (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.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public virtual List<BaseInfo> Add(
params string[] bindingCodeNames
)
Parameters
- bindingCodeNames
- Type: SystemString
Binding code names to add
Return Value
Type:
ListBaseInfoSee Also