Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Server Namespace / IServerRepository Interface / RemoveIssueLinkType Method
The unique name for the link type to remove
True to remove any existing links of the specified type

In This Topic
    RemoveIssueLinkType Method
    In This Topic
    Remove an existing link type from the repository
    Syntax
    'Declaration
     
    
    Sub RemoveIssueLinkType( _
       ByVal name As String, _
       ByVal removeExistingLinks As Boolean _
    ) 
    void RemoveIssueLinkType( 
       string name,
       bool removeExistingLinks
    )

    Parameters

    name
    The unique name for the link type to remove
    removeExistingLinks
    True to remove any existing links of the specified type
    Remarks
    If there any existing links using the type and the removeExistingLinks option is not enabled then an InvalidOperationException will be thrown.
    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