移除窗体此命名空间的 ACL。不应实际调用方法,但是,如果它是指还应移除所有 GenericRead 和 GenericWrite 权限。
命名空间: Microsoft.TeamFoundation.Framework.Server
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
Public Function RemoveAccessControlLists ( _
requestContext As TeamFoundationRequestContext, _
notificationType As NotificationType, _
securityTokens As IEnumerable(Of String), _
recurse As Boolean _
) As Boolean
public bool RemoveAccessControlLists(
TeamFoundationRequestContext requestContext,
NotificationType notificationType,
IEnumerable<string> securityTokens,
bool recurse
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- notificationType
类型:Microsoft.TeamFoundation.Framework.Server.NotificationType
- securityTokens
类型:System.Collections.Generic.IEnumerable<String>
- recurse
类型:System.Boolean
返回值
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。