Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Notify the provider that an object was created.
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub SecurityObjectCreatedByParentId ( _
requestContext As TeamFoundationRequestContext, _
parentId As String, _
objectId As String, _
securityToken As String _
)
public void SecurityObjectCreatedByParentId(
TeamFoundationRequestContext requestContext,
string parentId,
string objectId,
string securityToken
)
public:
void SecurityObjectCreatedByParentId(
TeamFoundationRequestContext^ requestContext,
String^ parentId,
String^ objectId,
String^ securityToken
)
member SecurityObjectCreatedByParentId :
requestContext:TeamFoundationRequestContext *
parentId:string *
objectId:string *
securityToken:string -> unit
public function SecurityObjectCreatedByParentId(
requestContext : TeamFoundationRequestContext,
parentId : String,
objectId : String,
securityToken : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- parentId
Type: System.String
- objectId
Type: System.String
- securityToken
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.