Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DataExchange Namespace / ImportManagerBase<TImportOptions> Class
Properties Methods Events


In This Topic
    ImportManagerBase<TImportOptions> Class Members
    In This Topic

    The following tables list the members exposed by ImportManagerBase<TImportOptions>.

    Public Properties
     NameDescription
    Public Property Gets the base file save path  
    Public Property Gets the array of all CSV enable fields  
    Public Property Gets or sets the information related to a running import process  
    Public Property Gets or sets a value indicating whether import is running or not.  
    Public Property Gets the array of all match fields  
    Public Property Gets the array of all required fields  
    Top
    Public Methods
     NameDescription
    Public Method Intiate the import operation  
    Public Method Intiate the import operation asynchroniously  
    Public Method Cancel the running import process  
    Top
    Protected Methods
     NameDescription
    Protected Method Records communication in App_Data/Logs/ folder  
    Protected Method Import the CSV data  
    Protected Method Executes when import completes  
    Protected MethodOverloaded.  Raises import progress event  
    Protected Method Maps the file path safly for server context  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    Public Events
     NameDescription
    Public Event Import progress event  
    Top
    See Also