CrmServiceClient.ImportFileItem Class
Applies To: Dynamics CRM 2015
Describes an Individual Import Item.
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.ImportFileItem
Syntax
public class ImportFileItem
public ref class ImportFileItem
type ImportFileItem = class end
Public Class ImportFileItem
Constructors
Name | Description | |
---|---|---|
![]() |
CrmServiceClient.ImportFileItem() |
Properties
Name | Description | |
---|---|---|
![]() |
DataDelimiter | This is the delimiter for the Data, |
![]() |
EnableDuplicateDetection | This enabled duplicate detection rules |
![]() |
FieldDelimiter | this is the field separator |
![]() |
FileContentToImport | This is the CSV file you wish to import, |
![]() |
FileName | File Name of Individual file |
![]() |
FileType | Type of Import file.. XML or CSV |
![]() |
IsFirstRowHeader | Is the first row of the CSV the RowHeader? |
![]() |
IsRecordOwnerATeam | Set true if the Record Owner is a Team |
![]() |
RecordOwner | UserID or Team ID of the Record Owner ( from systemuser ) |
![]() |
SourceEntityName | Name of the entity that Originated the data. |
![]() |
TargetEntityName | Name of the entity that Target Entity the data. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (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