CrmServiceClient.ImportFileItem Class

Definition

Describes an Individual Import Item.

public: ref class CrmServiceClient::ImportFileItem
public class CrmServiceClient.ImportFileItem
type CrmServiceClient.ImportFileItem = class
Public Class CrmServiceClient.ImportFileItem
Inheritance
CrmServiceClient.ImportFileItem

Constructors

CrmServiceClient.ImportFileItem()

Properties

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.

Applies to