Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DataExchange Namespace / ImportManagerBase<TImportOptions> Class / BeginImportAsync Method
Path of compressed CSV file at server
Import options
In This Topic
    BeginImportAsync Method
    In This Topic
    Intiate the import operation asynchroniously
    Syntax
    public void BeginImportAsync( 
       string compressedFilePath,
       TImportOptions importOptions
    )

    Parameters

    compressedFilePath
    Path of compressed CSV file at server
    importOptions
    Import options
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also