|  | Aqualogic Interaction API | |
| IPTRemoteMigrationContext.BeginMigrationAtSource Method |
On Export of a portlet, sends a request to the remote server to ask for remote data associated with the specified portlet, for the portal specified by the portal UUID.
string BeginMigrationAtSource(
string strURL,
string strPortalUUID,
string strPortletUUID,
object[][] arAdminSettings
);
Parameters
-
strURL
- - The URL of the Remote Migration Web Service.
-
strPortalUUID
- - The UUID of the calling portal.
-
strPortletUUID
- - The UUID of the portlet for which remote data is being requested.
-
arAdminSettings
- - 2-D array of Admin prefs.
Return Value
The remote data associated with the portlet, as an XML string that is directly embeddable into a migration package or IPTMigrationElement.
See Also
IPTRemoteMigrationContext Interface | com.plumtree.server Namespace