Click or drag to resize

ExtensionsGetItemName Method

Returns the name of the 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 object that the base class needs the name of.

Return Value

Type: String
The name of the object
See Also