Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<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
)
[WebMethodAttribute]
public:
List<String^>^ QueryEffectiveItemPermissions(
String^ workspaceName,
String^ workspaceOwner,
String^ item,
String^ identityName
)
[<WebMethodAttribute>]
member QueryEffectiveItemPermissions :
workspaceName:string *
workspaceOwner:string *
item:string *
identityName:string -> List<string>
public function QueryEffectiveItemPermissions(
workspaceName : String,
workspaceOwner : String,
item : String,
identityName : String
) : List<String>
Parameters
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
- item
Type: System.String
- identityName
Type: System.String
Return Value
Type: System.Collections.Generic.List<String>
.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.