Create a 'PageSet' type Application Shortcut to run a Page Set.

Syntax

ISfinSupport.CreateApplicationShortcutPageSet(id, [navigationMethod], [parameters], [visiblePageCodes], [modal], [pseudoModal])

Parameters

NameTypeOptionalByRefDescription
id String The Page Set Id.
navigationMethod isefinPageSetNavigationMethod Optional The overriding Navigation Method. If omitted, a value of isefinPageSetNavigationMethod.Default is assumed.
parameters ISKeyValueList Optional Any additional Parameters to send to the Page Set. If omitted, a value of Nothing is assumed.
visiblePageCodes String Optional A comma-separated list of Page Codes to display when not in 'Wizard' mode.
modal Boolean Optional Indicates whether to display the Page Set as a Modal form. If omitted, a value of False is assumed.
pseudoModal Boolean Optional Indicates whether to display the Page Set as a Pseudo-Modal form. If omitted, a value of False is assumed.

Return Value

ISApplicationShortcut

An ISApplicationShortcut object.

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