====== RemoveArticles ====== To delete articles that have not been updated for more than x days (NumberDays). Deleted are the found articles with their: * Article details (ArticleDetail), * EANs (ArticleEAN), * Additional information (ArticleDetailAdditionalInfo), * custom objects (ArticleDetailCustomObject), * custom items (ArticleDetailCustomItems), * Price line entries (ArticleDetailPreislinien), * EPCs (ArticleDetailEpc), * Texts (ArticleDetailArticleText) and * the created PRICAT references (ArticlePool). ~~ GENERATED src="eBiss.ClassLib.Resources.JobSteps.RemoveArticles" changed="" ~~ ^Properties^^ ^Name^Description^ |**Type**|Class name of the jobstep| |**Name**|Name for the jobstep that will appears in the job designer| |**Description**|Optional description for the jobstep| |**Older than**|Remove item details that have not been changed in the last x days. I.e. the 'Last change' date of the item is older than x days.| |**Article mask**|Remove Articles of a certain season or something else ...| |**Batch size**|The number of articles to be processed per pass. The default value is 150.| |**DB Timeout**|The time in seconds to wait until the attempt to execute a command is terminated and an error is generated. If less or equal zero, the default timout will be used.|