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.
Checks securable items the current user has read access to
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function FilterOnReadPermissions ( _
requestContext As TeamFoundationRequestContext, _
artifactIds As IEnumerable(Of T) _
) As IEnumerable(Of T)
IEnumerable<T> FilterOnReadPermissions(
TeamFoundationRequestContext requestContext,
IEnumerable<T> artifactIds
)
IEnumerable<T>^ FilterOnReadPermissions(
TeamFoundationRequestContext^ requestContext,
IEnumerable<T>^ artifactIds
)
abstract FilterOnReadPermissions :
requestContext:TeamFoundationRequestContext *
artifactIds:IEnumerable<'T> -> IEnumerable<'T>
function FilterOnReadPermissions(
requestContext : TeamFoundationRequestContext,
artifactIds : IEnumerable<T>
) : IEnumerable<T>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- artifactIds
Type: System.Collections.Generic.IEnumerable<T>
Return Value
Type: System.Collections.Generic.IEnumerable<T>
.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.