adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ObjectImportParameters Class / ImportAction Field


In This Topic
    ImportAction Field
    In This Topic
    Indicates whether or not to import the object. Defaults to Import.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ImportAction As ObjectImportAction
    [DataMember()]
    public ObjectImportAction ImportAction
    [DataMember()]
    public:
    ObjectImportAction ImportAction
    Remarks
    The object may be imported even if the ImportAction is set to Skip. See ObjectImportAction.Skip for more information.
    See Also