Share via


SecurityChangedNotification Constructor (Guid, List<String>, Boolean)

Constructor for creating a SecurityChangeNotification for the RemoveAccessControlLists call.

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

Syntax

'Declaration
Public Sub New ( _
    namespaceId As Guid, _
    tokens As List(Of String), _
    recurse As Boolean _
)
public SecurityChangedNotification(
    Guid namespaceId,
    List<string> tokens,
    bool recurse
)
public:
SecurityChangedNotification(
    Guid namespaceId, 
    List<String^>^ tokens, 
    bool recurse
)
new : 
        namespaceId:Guid * 
        tokens:List<string> * 
        recurse:bool -> SecurityChangedNotification
public function SecurityChangedNotification(
    namespaceId : Guid, 
    tokens : List<String>, 
    recurse : boolean
)

Parameters

.NET Framework Security

See Also

Reference

SecurityChangedNotification Class

SecurityChangedNotification Overload

Microsoft.TeamFoundation.Framework.Server Namespace