Click or drag to resize

ExtensionBaseGetOwnerName Method

Gets a descriptive name for the provided object (which is presumably the extension owner object).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string GetOwnerName(
	Object owner
)

Parameters

owner
Type: SystemObject
The object, presumably the owner object.

Return Value

Type: String
The name of the provided object.
See Also