RemoveMemberListRequest Class

Definition

Contains the data that is needed to remove a member from a list (marketing list).

This message does not have a corresponding Web API action or function in Microsoft Dynamics 365 (online & on-premises). More information: Missing functions and actions for some organization service messages.

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

Remarks

Usage

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

Privileges and Access Rights

To perform this action, the caller must have privileges on the List entity and access rights on the records specified in the EntityId property and the ListId property.

For a complete list of the required privileges, see RemoveMemberList message privileges.

Constructors

RemoveMemberListRequest()

Initializes a new instance of the RemoveMemberListRequest class.

Properties

EntityId

Gets or sets the ID of the member to be removed from the list. Required.

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)
ListId

Gets or sets the ID of the list. Required.

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)

Applies to

See also