AuthorizationProvider.ResetInheritance Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub ResetInheritance ( _
requestContext As TeamFoundationRequestContext, _
objectId As String, _
parentObjectId As String _
)
public void ResetInheritance(
TeamFoundationRequestContext requestContext,
string objectId,
string parentObjectId
)
public:
void ResetInheritance(
TeamFoundationRequestContext^ requestContext,
String^ objectId,
String^ parentObjectId
)
member ResetInheritance :
requestContext:TeamFoundationRequestContext *
objectId:string *
parentObjectId:string -> unit
public function ResetInheritance(
requestContext : TeamFoundationRequestContext,
objectId : String,
parentObjectId : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- objectId
Type: System.String
- parentObjectId
Type: System.String
.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.