Aqualogic Interaction API  
 

IPTRemoteMigrationContext.BeginMigrationAtSourceForCommunity 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 and the community specified by the community UUID.

string BeginMigrationAtSourceForCommunity(
   string strURL,
   string strPortalUUID,
   string strPortletUUID,
   string strCommunityUUID,
   object[][] arAdminSettings,
   object[][] arCommunitySettings
);

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.
strCommunityUUID
- The UUID of the community for which remote data is being requested.
arAdminSettings
2-D array of Admin prefs.
arCommunitySettings
2-D array of Community 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