Question
2
Replies
704
Views
Accenture
Posted: January 20, 2017
Last activity: January 23, 2017
Closed
Question related to Pages and pagelist
1. How to find how many pages I am having in my page list…? 2. How to delete particular page in my page list…? 3. I have 10 pages in my page list… and i am having some duplicate values in Page..2 ,5 & 6.. How to identify duplicate values…how to remove duplicate values from my page list…?
***Moderator Edit: Vidyaranjan| Updated Title***
1.use @Utilities.LengthOfPageList(PageList).
2. You can find index of the page @Utilities.IndexInPageList(lookFor,lookAt,lookIn) and then use page-remove to remove the page.
3.@Utilities.pyRemoveDuplicatesFromPagelist(ListPage,PageListName,DuplicateCheckProperties)