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


In This Topic
    UserExportManager Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public Method Intiate the export operation (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<UserSummary,UserExportOptions>)
    Public Method Intiate the export operation asynchroniously (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<UserSummary,UserExportOptions>)
    Public MethodOverridden.  Cancel the running export process  
    Top
    Protected Methods
     NameDescription
    Protected Method Records communication in App_Data/Logs/ folder (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<UserSummary,UserExportOptions>)
    Protected MethodOverridden.  Export the data for selected fields using the given search criteria  
    Protected Method Parse the CSV contents from given field names and object arrays (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<UserSummary,UserExportOptions>)
    Protected Method Executes when export completes (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<UserSummary,UserExportOptions>)
    Protected MethodOverloaded.  Raises export progress event (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<UserSummary,UserExportOptions>)
    Protected Method Maps the file path safly for server context (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<UserSummary,UserExportOptions>)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also