Hi guys,
I have a situation on a website where I need to create a bunch of new language layers and websites but I need to keep them invisible in the language layer selector until the Content admin manages everything.
What would be the best approach to handle this? Permissions? Is there another way of keeping them "under the radar"?
I am currently using the API to list them and permissions seem to be ignored.
I am using this: Dynamicweb.Content.AreaService.Repository.GetAreas().Where(x=>x.DomainLock != currentHost)
Thank you,
Adrian