Help Resources
Website Folder
Website Folder Overview
A container for web pages, allowing them to be grouped in sections.
The Website Folder is a simple way to organise your Web Page Objects so that they are easier to find in the back-end. This is similar to how a folder works in a normal file and folder structure, but you can have the same web page object in multiple Website Folder Objects.
It helps to divide up your site into sections. For example you could make a Website Folder Object called "ecommerce" which would then contain all of your pages that relate to ecommerce.
Website Folder Properties
Inherited Properties from Viewable Object:
- WebsiteObjectId - Website Object Property. The Website that the Viewable Object is used on. This is used to generate it's full URL, using the Domain from the Website.
- SiteMap_Enabled - Boolean Property. True will make the Object appear in Site Maps.
- SiteMenu_Enabled - Boolean Property. True will make the Object appear in Site Menus.
- AltMenuName - Text Property. If you require a different name to appear in Site Menus, you can set it here.
- LoggedInAltMenuName - Text Property. If you require a different name to appear in Site Menus and the user is logged in, you can set it here.
- FireXFlowAfterLoad - XFlow Property. The XFlow that is fired AFTER the page has finished loading.
- FireXFlowOnLoad - XFlow Property. The XFlow that is fired on the server BEFORE the page is returned to the user.