ConvertOwnerTeamToAccessTeamRequest Class

Definition

Contains the data that is needed to convert a team of type owner to a team of type access.

public ref class ConvertOwnerTeamToAccessTeamRequest sealed : Microsoft::Xrm::Sdk::OrganizationRequest
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class ConvertOwnerTeamToAccessTeamRequest : Microsoft.Xrm.Sdk.OrganizationRequest
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type ConvertOwnerTeamToAccessTeamRequest = class
    inherit OrganizationRequest
Public NotInheritable Class ConvertOwnerTeamToAccessTeamRequest
Inherits OrganizationRequest
Inheritance
ConvertOwnerTeamToAccessTeamRequest
Attributes

Remarks

Learn about using access teams and owner teams to collaborate and share information

For the Web API use the ConvertOwnerTeamToAccessTeam action.

Usage

Pass an instance of this class to the Execute(OrganizationRequest) method, which returns an instance of the ConvertOwnerTeamToAccessTeamResponse class.

Privileges and Access Rights

To perform this action, the caller must have privileges on the Team entity.

Notes for Callers

You can convert an owner team to an access team, if the owner team doesn’t have the records and security roles assigned to the team. After you convert the owner team to the access team, it can’t convert the team back to the owner team. It is a one way process. During conversion, all queues and mailboxes associated with the team are deleted.

Constructors

ConvertOwnerTeamToAccessTeamRequest()

Initializes a new instance of the ConvertOwnerTeamToAccessTeamRequest class.

Properties

ExtensionData

Gets or sets the structure that contains extra data. Optional.

(Inherited from OrganizationRequest)
Item[String]

Gets or sets the indexer for the Parameters collection.

(Inherited from OrganizationRequest)
Parameters

Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)
RequestId

Gets or sets the ID of the request. Optional.

(Inherited from OrganizationRequest)
RequestName

Gets or sets the name of the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)
TeamId

Gets or sets the ID of the owner team to be converted. Required.

Applies to

See also