SecurityWebService.RemoveAccessControlList Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'宣言
<WebMethodAttribute> _
Public Function RemoveAccessControlList ( _
    namespaceId As Guid, _
    tokens As List(Of String), _
    recurse As Boolean _
) As Boolean
[WebMethodAttribute]
public bool RemoveAccessControlList(
    Guid namespaceId,
    List<string> tokens,
    bool recurse
)
[WebMethodAttribute]
public:
bool RemoveAccessControlList(
    Guid namespaceId, 
    List<String^>^ tokens, 
    bool recurse
)
[<WebMethodAttribute>]
member RemoveAccessControlList : 
        namespaceId:Guid * 
        tokens:List<string> * 
        recurse:bool -> bool 
public function RemoveAccessControlList(
    namespaceId : Guid, 
    tokens : List<String>, 
    recurse : boolean
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SecurityWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace