Click or drag to resize

ItemRemove Method (KeyValuePairString, Object)

Namespace:  Dynamicweb.Content.Items
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public bool Remove(
	KeyValuePair<string, Object> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, Object

Return Value

Type: Boolean

Implements

ICollectionTRemove(T)
See Also