The CorasWorks Page Utility web part enables users to manage pages within their site. Management consists of redirecting to another page if a user has entered the page incorrectly, loading content into the page from another source, and allowing the creation of pages in the site from template pages outside of a document library.
Any parameters that reference a variable support the following variables:
• <%CurrentPageFolder%> - The current folder URL where the web part resides (e.g., http://www.company.com/sites/site1/connections)
• <%HostName%> - The host name of the site where the web part resides (e.g., www.company.com)
• <%SiteSecurityType%> - The protocol type of the site where the web part resides (e.g., http://)
• <%SiteURL%> - The absolute path to the site where the web part resides (e.g., http://www.company.com/sites/site1)
Example: <%SiteSecurityType%><%HostName%>/data/connections/dataprovider.aspx