Click or drag to resize

MembershipChangeTrackingTRemove Method (String)

Removes the specified item.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public bool Remove(
	string item
)
Request Example View Source

Parameters

item
Type: SystemString
The item.

Return Value

Type: Boolean
true if item was successfully removed from the ICollectionT; otherwise, false. This method also returns false if item is not found in the original ICollectionT.
Exceptions
ExceptionCondition
DetailLevelException
See Also