Click or drag to resize
BindingCollectionRemove Method (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.

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

Parameters

bindingCodeNames
Type: SystemString
Binding code names to remove

Return Value

Type: ListBaseInfo
See Also