RetrieveMembersBulkOperationRequest Class

Definition

Contains the data that is needed to retrieve the members of a bulk operation.

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

Remarks

For the Web API use the RetrieveMembersBulkOperation function.

Usage

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

Privileges and Access Rights

To perform this action, the caller must have privileges on the BulkOperation entity and access rights on the record that is contained in the BulkOperationId property. The caller must also have access rights on the records that are returned from the query. For a complete list of the required privileges, see RetrieveMembersBulkOperation message privileges.

Constructors

RetrieveMembersBulkOperationRequest()

Initializes a new instance of the RetrieveMembersBulkOperationRequest class.

Properties

BulkOperationId

Gets or sets the ID of the bulk operation. Required.

BulkOperationSource

Gets or sets the source for a bulk operation. Required.

EntitySource

Gets or sets which members of a bulk operation to retrieve. 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)
Parameters

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

(Inherited from OrganizationRequest)
Query

Gets or sets the query for the retrieve operation that can be used to break up large data sets into pages. Optional.

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