Class ImportProductImageBatchPlugin
Batch task wrapper for Saint synchronization
NOT IN USE!
Implements
Inherited Members
Namespace: SuperOffice.CRM.BatchProcessing.Plugins
Assembly: SoBatchProcessing.dll
Syntax
[BatchTask("ImportProductImageBatchPlugin")]
public sealed class ImportProductImageBatchPlugin : BatchTaskBase, IBatchTask
Constructors
ImportProductImageBatchPlugin()
Batch task wrapper for Saint synchronization
NOT IN USE!
Declaration
public ImportProductImageBatchPlugin()
Fields
PluginName
Batch task wrapper for Saint synchronization
NOT IN USE!
Declaration
public const string PluginName = "ImportProductImageBatchPlugin"
Field Value
Type | Description |
---|---|
string |
Methods
Run(string, string)
Run the task.
Declaration
protected override bool Run(string name, string context)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the task. |
string | context | Context for the task. |
Returns
Type | Description |
---|---|
bool | True if the task succeeded. |
Overrides
Remarks
Call SetResult(string) as needed.