adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / PostImportAction Enumeration


In This Topic
    PostImportAction Enumeration
    In This Topic
    Specifies the actions the importer should take after importing data
    Syntax
    'Declaration
     
    
    Public Enum PostImportAction 
       Inherits System.Enum
    public enum PostImportAction : System.Enum 
    public enum class PostImportAction : public System.Enum 
    Members
    MemberValueDescription
    None0 The imported objects are returned without being validated or saved.
    Save3 The imported objects are validated and saved.
    Validate1 The imported objects are validated.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.PostImportAction

    See Also