CrmServiceClient.ImportRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes an import request for CRM
public: ref class CrmServiceClient::ImportRequest sealed
public sealed class CrmServiceClient.ImportRequest
type CrmServiceClient.ImportRequest = class
Public NotInheritable Class CrmServiceClient.ImportRequest
- Inheritance
-
CrmServiceClient.ImportRequest
Constructors
CrmServiceClient.ImportRequest() |
Default constructor |
Properties
DataMapFileId |
ID of the DataMap to use |
DataMapFileName |
Name of the DataMap File to use ID or Name is required |
Files |
List of files to import in this job, there must be at least one. |
ImportName |
Name of the Import Request. this Name will appear in CRM |
Mode |
Sets or gets the Import Mode. |
UseSystemMap |
if True, infers the map from the type of entity requested.. |