Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Server Namespace / IServerRepository Interface / AddIssueLinkType Method
A unique name for this link type. Not visible to end users
A display label for this link type
Optional. A description of this link type used along with the caption as a tool tip or extended description
Optional. A .NET format string with at most one insertion value for adding the value specific to an individual link

In This Topic
    AddIssueLinkType Method
    In This Topic
    Add a new issue link type to the repository
    Syntax
    'Declaration
     
    
    Function AddIssueLinkType( _
       ByVal name As String, _
       ByVal caption As String, _
       ByVal description As String, _
       ByVal urlTemplate As String _
    ) As IIssueLinkType

    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
    Remarks
    If each issue link will provide a fully qualified URL then a null value can be provided for the URL Template.
    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