Hi,
Is there a way to query all the current public elements of an Espace using system entities?
E.g
Element IsPublic
Weblock1 Yes
Weblock2 No
Action1 Yes
Action2 No
Entity1 Yes
The query must return
Result:
Weblock1
Action1
Entity1
P.S. : I am not allowed to use lifetimeAPI to retrieve public elements.
Thanks,
Lanz
Hi Lanz,
I think this thread gives some valid suggestions on how to achieve this and you could try the query mentioned in this post, although I'm not sure if it is still valid.
Like suggested, you can check out the logic used in OutDoc or Discovery to get some ideas.
Hope this helps!
Regards,
Nordin