SecurityWebService.QueryPermissions Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function QueryPermissions ( _
namespaceId As Guid, _
token As String, _
identities As List(Of IdentityDescriptor), _
includeExtendedInfo As Boolean, _
recurse As Boolean _
) As List(Of AccessControlListDetails)
[WebMethodAttribute]
public List<AccessControlListDetails> QueryPermissions(
Guid namespaceId,
string token,
List<IdentityDescriptor> identities,
bool includeExtendedInfo,
bool recurse
)
[WebMethodAttribute]
public:
List<AccessControlListDetails^>^ QueryPermissions(
Guid namespaceId,
String^ token,
List<IdentityDescriptor^>^ identities,
bool includeExtendedInfo,
bool recurse
)
[<WebMethodAttribute>]
member QueryPermissions :
namespaceId:Guid *
token:string *
identities:List<IdentityDescriptor> *
includeExtendedInfo:bool *
recurse:bool -> List<AccessControlListDetails>
public function QueryPermissions(
namespaceId : Guid,
token : String,
identities : List<IdentityDescriptor>,
includeExtendedInfo : boolean,
recurse : boolean
) : List<AccessControlListDetails>
Parameters
- namespaceId
Type: System.Guid
- token
Type: System.String
- identities
Type: System.Collections.Generic.List<IdentityDescriptor>
- includeExtendedInfo
Type: System.Boolean
- recurse
Type: System.Boolean
Return Value
Type: System.Collections.Generic.List<AccessControlListDetails>
.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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace