DeploymentExtensions.ImportFileItem 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 Individual Import Item.
public class DeploymentExtensions.ImportFileItem
type DeploymentExtensions.ImportFileItem = class
Public Class DeploymentExtensions.ImportFileItem
- Inheritance
-
DeploymentExtensions.ImportFileItem
Constructors
DeploymentExtensions.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 |
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. |