Repository.QueryItemPermissions 方法
傳回指定之項目的權限資訊。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
<WebMethodAttribute> _
Public Function QueryItemPermissions ( _
workspaceName As String, _
workspaceOwner As String, _
itemSpecs As ItemSpec(), _
identityNames As String(), _
<OutAttribute> ByRef failures As List(Of Failure) _
) As List(Of ItemSecurity)
[WebMethodAttribute]
public List<ItemSecurity> QueryItemPermissions(
string workspaceName,
string workspaceOwner,
ItemSpec[] itemSpecs,
string[] identityNames,
out List<Failure> failures
)
參數
- workspaceName
型別:System.String
工作區名稱,如果本機路徑所指定。空間/則為空白。
- workspaceOwner
型別:System.String
工作區擁有人的名稱,如果本機路徑所指定。空間/則為空白。
- itemSpecs
型別:array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
查詢的項目。指定本機或伺服器路徑。
- identityNames
型別:array<System.String[]
如果沒有 null,這些識別的只會傳回使用權限。
- failures
型別:System.Collections.Generic.List<Failure>%
傳回錯誤。
傳回值
型別:System.Collections.Generic.List<ItemSecurity>
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。