How can I check if a path exists to a page. I need to enter library path on page, the folders will be keep changing and i need to make sure the path to the folder exists how can i do that using macros.
You can see if the document exists by path with the following:
{% if(Documents.Columns("NodeAliasPath").Where("NodeAliasPath = '/Home'").Count > 0){ %} .... {% } |(identity)GlobalAdministrator%}
Thank you eSiteful Corporation
Please, sign in to be able to submit a new answer.