BulkDeleteRequest.SourceImportId Property

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Gets or sets the ID of the data import job. Optional.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public Nullable<Guid> SourceImportId { get; set; }
Public Property SourceImportId As Nullable(Of Guid)

Property Value

Type: System.Nullable<Guid>

Type: Nullable<Guid>
The ID of the data import job that corresponds to the ImportrId property, which is the primary key for the Import entity.

Remarks

If you provide the ID of the import job in this property, all records imported by this job will be deleted from the system by the bulk delete job.

See Also

BulkDeleteRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright