'Declaration
Overloads Function AddLink( _ ByVal type As IIssueLinkType, _ ByVal caption As String, _ ByVal value As String _ ) As IIssueLink
IIssueLink AddLink( IIssueLinkType type, string caption, string value )
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.