CrmServiceClient.ImportRequest Class
Applies To: Dynamics CRM 2015
Describes an import request for CRM
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Tooling.Connector.CrmServiceClient.ImportRequest
Syntax
public sealed class ImportRequest
public ref class ImportRequest sealed
[<Sealed>]
type ImportRequest = class end
Public NotInheritable Class ImportRequest
Constructors
Name | Description | |
---|---|---|
CrmServiceClient.ImportRequest() | Default constructor |
Properties
Name | Description | |
---|---|---|
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.. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright