please help me!!!!!!

ramesh perera asked on June 24, 2016 12:06

Hi! I need to list pages (cms.menuItem type) and need to select multiple pages from that list. to that if i use uniselector what are the parameter for object type? (becaue if i set the object type as cms.document then it listed all the documents. but i need only pages on the content tree

Thank you! Ramesh

Recent Answers


Jan Hermann answered on June 24, 2016 13:35

The cms.document is correct object type, but the Where condition must specify what pages you need like:

ClassName = 'cms.menuitem' and NodeAliasPath LIKE '/some/sobsection/%'

1 votesVote for this answer Mark as a Correct answer

ramesh perera answered on June 29, 2016 07:44

Hi Jan!

Thank you very much for your help. it works fine for my requirement

Thanks Again RAMESH

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.