'Declaration
Function AddIssueLinkType( _ ByVal name As String, _ ByVal caption As String, _ ByVal description As String, _ ByVal urlTemplate As String _ ) As IIssueLinkType
IIssueLinkType AddIssueLinkType( string name, string caption, string description, string urlTemplate )
Parameters
- name
- A unique name for this link type. Not visible to end users
- caption
- A display label for this link type
- description
- Optional. A description of this link type used along with the caption as a tool tip or extended description
- urlTemplate
- Optional. A .NET format string with at most one insertion value for adding the value specific to an individual link
Return Value
The new issue link type