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.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function SetPermissions ( _
namespaceId As Guid, _
token As String, _
accessControlEntries As List(Of AccessControlEntryDetails), _
merge As Boolean _
) As List(Of AccessControlEntryDetails)
[WebMethodAttribute]
public List<AccessControlEntryDetails> SetPermissions(
Guid namespaceId,
string token,
List<AccessControlEntryDetails> accessControlEntries,
bool merge
)
[WebMethodAttribute]
public:
List<AccessControlEntryDetails^>^ SetPermissions(
Guid namespaceId,
String^ token,
List<AccessControlEntryDetails^>^ accessControlEntries,
bool merge
)
[<WebMethodAttribute>]
member SetPermissions :
namespaceId:Guid *
token:string *
accessControlEntries:List<AccessControlEntryDetails> *
merge:bool -> List<AccessControlEntryDetails>
public function SetPermissions(
namespaceId : Guid,
token : String,
accessControlEntries : List<AccessControlEntryDetails>,
merge : boolean
) : List<AccessControlEntryDetails>
Parameters
- namespaceId
Type: System.Guid
- token
Type: System.String
- accessControlEntries
Type: System.Collections.Generic.List<AccessControlEntryDetails>
- merge
Type: System.Boolean
Return Value
Type: System.Collections.Generic.List<AccessControlEntryDetails>
.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