Initialise the Page Set.

This will load the Page Set, initialise all Pages and Page Objects (including setting default values) and then call the Initialise Script method.

Syntax

finPageSetHandler.Initialise(pageSetId, [dataSource], [userInterface], [reports], [parameters], [includePageCodes], [readOnly], [parentPageSetHandler], [navigationMethodOverride])

Parameters

NameTypeOptionalByRefDescription
pageSetId String The Id of the Page Set.
dataSource Object Optional The Data Source or Nothing if this Page Set does not use a Data Source. If omitted, a value of Nothing is assumed.
userInterface Object Optional The User Interface business layer object to pass to the Page Set Script if applicable. If omitted, a value of Nothing is assumed.
reports Object Optional The Reports business layer object to pass to the Page Set Script if applicable. If omitted, a value of Nothing is assumed.
parameters ISKeyValueList Optional Parameters passed to this Page Set Handler. If omitted, a value of Nothing is assumed.
includePageCodes String Optional <para> A comma-separated list of Page Codes to include or a blank String to make all 'Active' pages Visible by default. </para> <para> Note that this is only the initial Visible state for Pages. Script code can override this. </para>
readOnly Boolean Optional If omitted, a value of False is assumed.
parentPageSetHandler finPageSetHandler Optional If omitted, a value of Nothing is assumed.
navigationMethodOverride isefinPageSetNavigationMethod Optional If omitted, a value of isefinPageSetNavigationMethod.Default is assumed.

Return Value

Boolean
Member of:
finPageSetHandler
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0