Click or drag to resize

EventInfosGetExternalEventLink Method

Returns a fully qualified link that will execute the event when clicked.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetExternalEventLink(
	string eventGUID,
	string userID
)

Parameters

eventGUID
Type: SystemString
The event ID.
userID
Type: SystemString
The user id associated with the event.

Return Value

Type: String
An external link to the event.
See Also