'Declaration
Function AddLink( _ ByVal caption As String, _ ByVal url As String, _ ByVal displayOrder As Integer _ ) As IAlertLink
IAlertLink AddLink( string caption, string url, int displayOrder )
Parameters
- caption
- The label to use in the UI for this link
- url
- A string value to insert into the template from the link type or a full URL if there is no template stored on the link type.
- displayOrder
- The sort order of this link relative to other links on the alert
Return Value
The new link that was added.