Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IAlert Interface / AddLink Method
The label to use in the UI for this link
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.
The sort order of this link relative to other links on the alert

In This Topic
    AddLink Method (IAlert)
    In This Topic
    Add a new link to this alert
    Syntax
    'Declaration
     
    
    Function AddLink( _
       ByVal caption As String, _
       ByVal url As String, _
       ByVal displayOrder As Integer _
    ) As IAlertLink

    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also