Repository.QueryEffectiveItemPermissions 方法
計算使用者的使用權限物件的特定項目。 應用程式允許和拒絕清單,繼承,,並讓使用者具有使用權限的簡單清單的群組成員資格規則。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
<WebMethodAttribute> _
Public Function QueryEffectiveItemPermissions ( _
workspaceName As String, _
workspaceOwner As String, _
item As String, _
identityName As String _
) As List(Of String)
[WebMethodAttribute]
public List<string> QueryEffectiveItemPermissions(
string workspaceName,
string workspaceOwner,
string item,
string identityName
)
參數
- workspaceName
型別:System.String
工作區名稱 (僅限使用,如果項目是本機路徑)。
- workspaceOwner
型別:System.String
工作區擁有人 (僅限使用,如果項目是本機路徑)。
- item
型別:System.String
伺服器或選取項目的本機路徑。
- identityName
型別:System.String
使用者名稱測試權限的。
傳回值
型別:System.Collections.Generic.List<String>
使用權限名稱。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。