To create a preference page, use the VisualStudio.NET templates provided with the .NET Portlet Toolkit. The templates are pre-configured to include references to required BEA assemblies, including the IDK, Portlet API libraries, the ALI PTSpy logging infrastructure and the IDK user profile provider.
| Method Name | Description |
|---|---|
| GetTitleBarText() | Read-only property to get the text for the title bar. |
| GetFinishButtonText() | Read-only property to get the text for the finish button. |
| GetCancelButtonText() | Read-only property to get the text for the cancel button. |
| SavePreferences() | Method implemented to update preference values for any preferences changed on the page. |