TeamFoundationSecurityNamespace.SetInheritFlag Method

Sets whether an AccessControlList should inherit permissions from its parents.

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

Syntax

'Declaration
Public Sub SetInheritFlag ( _
    requestContext As TeamFoundationRequestContext, _
    token As String, _
    inherit As Boolean _
)
public void SetInheritFlag(
    TeamFoundationRequestContext requestContext,
    string token,
    bool inherit
)
public:
void SetInheritFlag(
    TeamFoundationRequestContext^ requestContext, 
    String^ token, 
    bool inherit
)
member SetInheritFlag : 
        requestContext:TeamFoundationRequestContext * 
        token:string * 
        inherit:bool -> unit
public function SetInheritFlag(
    requestContext : TeamFoundationRequestContext, 
    token : String, 
    inherit : boolean
)

Parameters

  • token
    Type: System.String

    The token for the AccessControlList to set the inherit flag on.

.NET Framework Security

See Also

Reference

TeamFoundationSecurityNamespace Class

Microsoft.TeamFoundation.Framework.Server Namespace