Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IIssue Interface / AddLink Method / AddLink(String,String,String) Method
The name of the link type for this issue. This defines a template for each link
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.

In This Topic
    AddLink(String,String,String) Method
    In This Topic
    Add a new link to this issue
    Syntax
    'Declaration
     
    
    Overloads Function AddLink( _
       ByVal typeName As String, _
       ByVal caption As String, _
       ByVal value As String _
    ) As IIssueLink

    Parameters

    typeName
    The name of the link type for this issue. This defines a template for each link
    caption
    The label to use in the UI for this link
    value
    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.

    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