Click or drag to resize
InfoObjectCollection<TInfo>.Remove Method (TInfo[])
Removes the specified object from the collection.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public virtual void Remove(
	params TInfo[] objects
)

Parameters

objects
Type:TInfo[]
Object to remove
See Also