Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Server Namespace / IServerRepository Interface / GetIssueLinkTypes Method

In This Topic
    GetIssueLinkTypes Method
    In This Topic
    The set of link types defined for this repository
    Syntax
    'Declaration
     
    
    Function GetIssueLinkTypes() As IList(Of IIssueLinkType)
    IList<IIssueLinkType> GetIssueLinkTypes()

    Return Value

    A list of the issue link types currently defined in the system. Since this collection can change while the system is running a fresh collection is returned each time this method is called.
    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