Filters the list of registry entries using the provided filter paths.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Shared Function FilterEntries ( _
    filters As IEnumerable(Of String), _
    unfilteredEntries As List(Of RegistryEntry), _
    makeEntriesRelative As Boolean, _
    includeFolders As Boolean _
) As List(Of RegistryEntry)
protected static List<RegistryEntry> FilterEntries(
    IEnumerable<string> filters,
    List<RegistryEntry> unfilteredEntries,
    bool makeEntriesRelative,
    bool includeFolders
)
protected:
static List<RegistryEntry^>^ FilterEntries(
    IEnumerable<String^>^ filters, 
    List<RegistryEntry^>^ unfilteredEntries, 
    bool makeEntriesRelative, 
    bool includeFolders
)
static member FilterEntries : 
        filters:IEnumerable<string> * 
        unfilteredEntries:List<RegistryEntry> * 
        makeEntriesRelative:bool * 
        includeFolders:bool -> List<RegistryEntry> 
protected static function FilterEntries(
    filters : IEnumerable<String>, 
    unfilteredEntries : List<RegistryEntry>, 
    makeEntriesRelative : boolean, 
    includeFolders : boolean
) : List<RegistryEntry>
Parameters
- filters
 Type: System.Collections.Generic.IEnumerable<String>
- unfilteredEntries
 Type: System.Collections.Generic.List<RegistryEntry>
- makeEntriesRelative
 Type: System.Boolean
- includeFolders
 Type: System.Boolean
Return Value
Type: System.Collections.Generic.List<RegistryEntry>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.