Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Add a property in the tasks.xml file, where the name can be whatever you want it to be and set your desired crawler actions there. We'll use ActionsIds as the property name,
Code Block
<property name="ActionsIds" value="MyCrawlerActionId1,MyCrawlerActionId2"/>

Note that it the specified crawler action IDs must be comma-separated with no spaces in-between.

...