Jagamisviis:


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
System_CAPS_pubmethod CrmServiceClient.ImportFileItem()

Properties

Name Description
System_CAPS_pubproperty DataDelimiter

This is the delimiter for the Data,

System_CAPS_pubproperty EnableDuplicateDetection

This enabled duplicate detection rules

System_CAPS_pubproperty FieldDelimiter

this is the field separator

System_CAPS_pubproperty FileContentToImport

This is the CSV file you wish to import,

System_CAPS_pubproperty FileName

File Name of Individual file

System_CAPS_pubproperty FileType

Type of Import file.. XML or CSV

System_CAPS_pubproperty IsFirstRowHeader

Is the first row of the CSV the RowHeader?

System_CAPS_pubproperty IsRecordOwnerATeam

Set true if the Record Owner is a Team

System_CAPS_pubproperty RecordOwner

UserID or Team ID of the Record Owner ( from systemuser )

System_CAPS_pubproperty SourceEntityName

Name of the entity that Originated the data.

System_CAPS_pubproperty TargetEntityName

Name of the entity that Target Entity the data.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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