|  | Aqualogic Interaction API | |
| IPTRemoteMigrationContext.EndMigrationAtDestination Method |
On Import of a portlet, sends to the remote server the remote data associated with the specified portlet, for the portal specified by the portal UUID.
void EndMigrationAtDestination(
string strURL,
string strPortalUUID,
string strPortletUUID,
object[][] arAdminSettings,
string strData
);
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.
-
strData
-
See Also
IPTRemoteMigrationContext Interface | com.plumtree.server Namespace