Repository.QueryEffectiveGlobalPermissions 方法
计算用户的全局权限。 将允许并拒绝列表,继承,因此,组成员身份规则生产简单用户具有的权限列表。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
<WebMethodAttribute> _
Public Function QueryEffectiveGlobalPermissions ( _
identityName As String _
) As List(Of String)
[WebMethodAttribute]
public List<string> QueryEffectiveGlobalPermissions(
string identityName
)
参数
- identityName
类型:System.String
查询权限的用户。
返回值
类型:System.Collections.Generic.List<String>
权限名称。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。