Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DataExchange Namespace / ProductImportManager Class


In This Topic
    ProductImportManager Class Methods
    In This Topic

    For a list of all members of this type, see ProductImportManager members.

    Public Methods
     NameDescription
    Public Method Intiate the import operation (Inherited from CommerceBuilder.DataExchange.ImportManagerBase<ProductImportOptions>)
    Public Method Intiate the import operation asynchroniously (Inherited from CommerceBuilder.DataExchange.ImportManagerBase<ProductImportOptions>)
    Public MethodOverridden.  Cancel the running import process  
    Top
    Protected Methods
     NameDescription
    Protected Method Records communication in App_Data/Logs/ folder (Inherited from CommerceBuilder.DataExchange.ImportManagerBase<ProductImportOptions>)
    Protected MethodOverridden.  Import the CSV data  
    Protected Method Executes when import completes (Inherited from CommerceBuilder.DataExchange.ImportManagerBase<ProductImportOptions>)
    Protected MethodOverloaded.  Raises import progress event (Inherited from CommerceBuilder.DataExchange.ImportManagerBase<ProductImportOptions>)
    Protected Method Maps the file path safly for server context (Inherited from CommerceBuilder.DataExchange.ImportManagerBase<ProductImportOptions>)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also