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.
For the source ACL set the source permissions in the target if they are being set.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function SetAccessControlLists ( _
requestContext As TeamFoundationRequestContext, _
notificationType As NotificationType, _
lists As IEnumerable(Of AccessControlList) _
) As Boolean
public bool SetAccessControlLists(
TeamFoundationRequestContext requestContext,
NotificationType notificationType,
IEnumerable<AccessControlList> lists
)
public:
bool SetAccessControlLists(
TeamFoundationRequestContext^ requestContext,
NotificationType notificationType,
IEnumerable<AccessControlList^>^ lists
)
member SetAccessControlLists :
requestContext:TeamFoundationRequestContext *
notificationType:NotificationType *
lists:IEnumerable<AccessControlList> -> bool
public function SetAccessControlLists(
requestContext : TeamFoundationRequestContext,
notificationType : NotificationType,
lists : IEnumerable<AccessControlList>
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- notificationType
Type: Microsoft.TeamFoundation.Framework.Server.NotificationType
- lists
Type: System.Collections.Generic.IEnumerable<AccessControlList>
Return Value
Type: System.Boolean
.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.