|
copy_portlet_record record structure |
|
In the wwpro_api_provider API package, the copy_portlet_record contains the information necessary to copy customization information from one portlet instance to a new portlet instance. A copy_portlet record structure is passed to wwpro_api_provider.copy_portlet. The provider can use this information to copy system-level customizations. The copy_portlet record structure is: type copy_portlet_record is record (
);
|
|||||||||||||
|
Note |
|
A portlet instance is the display of a portlet on a single page. The same portlet may be displayed multiple times on the same page. Each time a portlet is added to a page, Oracle Portal generates a unique portlet instance ID that is the instance's reference path. |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |