Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Filters a changeset for an array of users and returns a list of path restrictions.
Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Function FilterChangeset ( _
    requestContext As TeamFoundationRequestContext, _
    userIdentities As TeamFoundationIdentity(), _
    changeset As Integer _
) As List(Of PathRestriction)
public List<PathRestriction> FilterChangeset(
    TeamFoundationRequestContext requestContext,
    TeamFoundationIdentity[] userIdentities,
    int changeset
)
public:
List<PathRestriction^>^ FilterChangeset(
    TeamFoundationRequestContext^ requestContext, 
    array<TeamFoundationIdentity^>^ userIdentities, 
    int changeset
)
member FilterChangeset : 
        requestContext:TeamFoundationRequestContext * 
        userIdentities:TeamFoundationIdentity[] * 
        changeset:int -> List<PathRestriction> 
public function FilterChangeset(
    requestContext : TeamFoundationRequestContext, 
    userIdentities : TeamFoundationIdentity[], 
    changeset : int
) : List<PathRestriction>
Parameters
- requestContext 
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext- The request context. 
- userIdentities 
 Type: array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]- The list of users to filter. 
- changeset 
 Type: System.Int32- The changeset for which to get filter information. 
Return Value
Type: System.Collections.Generic.List<PathRestriction>
The list of path restrictions for the provided users.
.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.