Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DataExchange Namespace / ImportManagerBase<TImportOptions> Class / Import Method
Path of compressed CSV file at server
Import options
In This Topic
    Import Method (ImportManagerBase<TImportOptions>)
    In This Topic
    Import the CSV data
    Syntax
    protected abstract void Import( 
       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