Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DataExchange Namespace / ProductOptionsExportManager Class
Properties Methods Events


Version
ProductOptionsExportManager Class Members

The following tables list the members exposed by ProductOptionsExportManager.

Public Properties
 NameDescription
Public Property Gets the base file save path (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<ProductOptionsSummary,ProductOptionsExportOptions>)
Public PropertyOverridden.  Gets the array of all CSV enable fields  
Public Property Gets or sets the information related to a running export process (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<ProductOptionsSummary,ProductOptionsExportOptions>)
Public Propertystatic (Shared in Visual Basic) Gets the singleton instance of the class  
Public Property Gets or sets a value indicating whether export is running or not. (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<ProductOptionsSummary,ProductOptionsExportOptions>)
Top
Public Methods
 NameDescription
Public Method Intiate the export operation (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<ProductOptionsSummary,ProductOptionsExportOptions>)
Public Method Intiate the export operation asynchroniously (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<ProductOptionsSummary,ProductOptionsExportOptions>)
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<ProductOptionsSummary,ProductOptionsExportOptions>)
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<ProductOptionsSummary,ProductOptionsExportOptions>)
Protected Method Executes when export completes (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<ProductOptionsSummary,ProductOptionsExportOptions>)
Protected MethodOverloaded.  Raises export progress event (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<ProductOptionsSummary,ProductOptionsExportOptions>)
Protected Method Maps the file path safly for server context (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<ProductOptionsSummary,ProductOptionsExportOptions>)
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
Top
Public Events
See Also