OrganizationServiceContextExtensions.SetParentTeam Method (OrganizationServiceContext, Guid, Guid)
Applies To: Dynamics CRM 2013
Sets the parent (manager) for the specified team. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static void SetParentTeam(
this OrganizationServiceContext context,
Guid teamId,
Guid businessId
)
public:
[ExtensionAttribute]
static void SetParentTeam(
OrganizationServiceContext^ context,
Guid teamId,
Guid businessId
)
static member SetParentTeam :
context:OrganizationServiceContext *
teamId:Guid *
businessId:Guid -> unit
<ExtensionAttribute>
Public Shared Sub SetParentTeam (
context As OrganizationServiceContext,
teamId As Guid,
businessId As Guid
)
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- teamId
Type: System.Guid
- businessId
Type: System.Guid
Remarks
This is a method wrapper for the SetParentTeamRequest and SetParentTeamResponse classes. See the documentation in the Request class for more information about this message.
See Also
OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top