Online documentation - WebsydianExpress v3.0 |
Abstract.ChildPageGeneratorForProcess
Inherit from this function if you want your PageGenerator to be able to be used as a child page. (Please note that all functions inheriting from PageGeneratorForProcess can be used as parent pages without any further inheritance being needed).
if your child page is used by several business processes that have more than one presentation it can be a good idea to let a child page inherit from PageGeneratorNoPresentation, because then you do not have to create new templates for each presentation for the child pages.