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
)
Public Function GetExternalEventLink (
eventGUID As String,
userID As String
) As String
Parameters
- eventGUID
- Type: SystemString
The event ID. - userID
- Type: SystemString
The user id associated with the event.
Return Value
Type:
StringAn external link to the event.
See Also