I am using Umbraco 7 and have some functionality whereby I generate a random umbracoURLAlias for a client.
This is done inside the ContentService.Saving handler.
What I need to do is before I save the document, I need to access the document URL (with the alias) in order to build a link that will be displayed on the form.
I know that you can use umbraco.library.NiceUrl() to get the NiceURL, but I need the URL with the Alias.
Get document URL with umbracoUrlAlias issue
I am using Umbraco 7 and have some functionality whereby I generate a random umbracoURLAlias for a client.
This is done inside the ContentService.Saving handler.
What I need to do is before I save the document, I need to access the document URL (with the alias) in order to build a link that will be displayed on the form.
I know that you can use umbraco.library.NiceUrl() to get the NiceURL, but I need the URL with the Alias.
is working on a reply...