Click or drag to resize

ExtensionsItemInfo Method (String)

Returns the ExtensionInfo object at the given name

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ExtensionInfo ItemInfo(
	string name
)

Parameters

name
Type: SystemString
The item to return

Return Value

Type: ExtensionInfo
an ExtensionInfo object
See Also