By setting the docTypeAlias the component skip the rootXpath?
The @nodeTypeAlias on rootXpath is the alias of the document type of that node or the Name of the Node?
The settings on the maxDays and maxCount are correct? I have read on another post that umbraco requires at least two versions to work properly, the live and one from the history otherwise uncertain problems may occur such as node enumerating the documents on the backend tree. So if there is a node with only two versions within the range i have set, will the component skip the deletion of the history for that node?
Configuration Settings
Hi,
this is my first time using the unVersion and i need help on configuration. My configuration is as follows
docTypeAlias="Article" rootXpath="//node[@nodeTypeAlias='ARTTRAVEL BEST']" maxDays="90" maxCount="5"
So i have the following questions:
is working on a reply...