Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.0

ChildPageGeneratorForProcess

Scoped name

Abstract.ChildPageGeneratorForProcess

Purpose

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).

Usage

Special considerations

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.