Click or drag to resize

SavedFiltersGetItemName Method

Get the name of the collection item.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public override string GetItemName(
	Object value
)

Parameters

value
Type: SystemObject
The item in question.

Return Value

Type: String
The name of the item.
See Also