November Happy Hour will be moved to Thursday December 5th.
In Xforms among other things the PageID as an identifier is obsolete, and i need a way to retrieve the PageReference of a page - given the PageGuid.
Using reflection i've found a method:
PageReference p = EPiServer.Web.PermanentLinkUtility.FindPageReference(PageGuid);
Please advice.
In Xforms among other things the PageID as an identifier is obsolete, and i need a way to retrieve the PageReference of a page - given the PageGuid.
Using reflection i've found a method:
But I Do not know if the method is intended to be used in this manner.Please advice.