Click or drag to resize

EAPCollectionBaseRemoveMarkedItems Method

Removes the properties marked for deletion.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int RemoveMarkedItems()

Return Value

Type: Int32
The number of items removed from the collection.
Remarks
It is the responsibility of the derived class to implement the IsMarkedForDeletion() method if this feature is to be supported.
See Also