PreferencesUrl property: Tile class

Description

Use the PreferencesUrl property to set an alternate target content URL when an error condition exists—for example, when the tile content is invalid. Prior to setting the PreferencesUrl property, set the hasContent property to False.

Specify a String value that is a fully qualified URL that allows the user to correct the error condition.

This property is read/write.

Example

%This.hasContent = False;
%This.PreferencesUrl = "http://myserver.example.com/psc/my_site/EMPLOYEE/MY_NODE/c/MY_MENU.MY_COMPONENT.GBL";