Create new Task

 Top media ExtendedSyncTask

Kavo 


change task Name : add Admin.rex

  <data name="Task_Sync" xml:space="preserve">
    <value>General information import</value>
  </data>
  <data name="Task_ProductTypeFilterTask" xml:space="preserve">
    <value>Product type filter import</value>
  </data>


/// [new CR] Ticket 100006: [Topmedia] 3.1. Search – Product Finder
 
    public class ProductTypeFilterTask : TaskBase, IWebsiteTask
    {
 
        public static readonly string TaskName = "ProductTypeFilterTask";
 
        /// <summary>
        /// Gets the name of the task.
        /// </summary>
        /// <value>
        /// The name.
        /// </value>
        public override string Name
        {
            get { return TaskName; }
        }