Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IIssue Interface / AddLink Method
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.

AddLink Method (IIssue)
Add a new link to this issue
Syntax
'Declaration
 
Function AddLink( _
   ByVal type As IIssueLinkType, _
   ByVal caption As String, _
   ByVal value As String _
) As IIssueLink
 

Parameters

type
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