RemoveMemberListRequest Class
Specifies the parameters needed to remove a member from a list.
The RemoveMemberListRequest class inherits from Request. It exposes the following members.
Constructor | Description |
RemoveMemberListRequest | Initializes a new instance of the RemoveMemberListRequest class. |
Field | Description |
EntityId | Specifies the ID of the list member. |
ListId | Specifies the ID of the list (marketing list). |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
See Also