BulkDeleteRequest Members

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Contains the data that is needed to submit a bulk delete job that deletes selected records in bulk. This job runs asynchronously in the background without blocking other activities.

The following tables list the members exposed by the BulkDeleteRequest type.

Public Constructors

  Name Description
  BulkDeleteRequest Initializes a new instance of the BulkDeleteRequest class.

Top

Public Properties

  Name Description
public property CCRecipients Gets or sets an array of IDs for the system users (users) who are listed in the Cc box of the email notification. Required.
public property ExtensionData  Gets or sets the structure that contains extra data. Optional. (inherited from OrganizationRequest)
public property Item  Gets or sets the indexer for the Parameters collection. (inherited from OrganizationRequest)
public property JobName Gets or sets the name of an asynchronous bulk delete job. Required.
public property Parameters  Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes. (inherited from OrganizationRequest)
public property QuerySet Gets or sets an array of queries for a bulk delete job. Required.
public property RecurrencePattern Gets or sets the recurrence pattern for the bulk delete job. Optional.
public property RequestId  Gets or sets the ID of an asynchronous operation (system job). Optional.  (inherited from OrganizationRequest)
public property RequestName  Gets or sets the name of the request. Required, but is supplied by derived classes. (inherited from OrganizationRequest)
public property SendEmailNotification Gets or sets a value that indicates whether an email notification is sent after the bulk delete job has finished running. Required.
public property SourceImportId Gets or sets the ID of the data import job. Optional.
public property StartDateTime Gets or sets the start date and time to run a bulk delete job. Optional.
public property ToRecipients Gets or sets an array of IDs for the system users (users) who are listed in the To box of an email notification. Required.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

BulkDeleteRequest Class
Microsoft.Crm.Sdk.Messages Namespace
BulkDeleteResponse

Other Resources

Delete Data in Bulk in Microsoft Dynamics CRM
Sample: Bulk Delete Exported Records
Sample: Bulk Delete Records That Match Common Criteria
BulkDelete Privileges
How Role-Based Security Can Be Used to Control Access to Entities in CRM
How Instance-Based Security Can Be Used to Control Access to Entity Instances (Records) in CRM

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.