TeamFoundationVersionControlService.FilterChangeset Method
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
- userIdentities
Type: array<Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentity[]
- changeset
Type: System.Int32
Return Value
Type: System.Collections.Generic.List<PathRestriction>
.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.