adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ObjectImportParameters Class / ObjectImportParameters Constructor / ObjectImportParameters Constructor(ImportObjectHeader)
The source information. See Remarks.


In This Topic
    ObjectImportParameters Constructor(ImportObjectHeader)
    In This Topic
    Initializes a new ObjectImportParameters with the settings from an ImportObjectHeader returned by a ArcanaDevelopment.adTempus.Client.ImportExportFacility.ParseImportData operation.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal header As ImportObjectHeader _
    )
    public ObjectImportParameters( 
       ImportObjectHeader header
    )
    public:
    ObjectImportParameters( 
       ImportObjectHeader^ header
    )

    Parameters

    header
    The source information. See Remarks.
    Remarks
    The ObjectImportParameters values are set from the header as follows: Value Source OID Set to the OID from the header. MapToOID Set to the DuplicateObjectOID from the header, if present. ImportAction If the ObjectState is New, DuplicateKeyOlder, or ExistingOlder, the ImportAction is set to Import. Otherwise it is set to Skip. That is, but default any objects that are newer than the import source will be skipped.
    See Also