6
Views
0
Comments
How to mount URL with PrivateArea using MakeAbsoluteURL API?
Question
I have some links that must (to prevent cyclic dependencies between espaces) be generated with this method:
MakeAbsoluteURL(GetEntryURL("<EntryPoint>","<espace>"))

But in Private Area, this method doesn't work. It doesn't mount the URL with my username.

I have already tried like this:
AddPersonalAreaToURLPath(MakeAbsoluteURL(GetEntryURL("<EntryPoint>","<espace>")))

But no success!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.