Aqualogic Interaction API  
 

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

void EndMigrationAtDestinationForCommunity(
   string bstrURL,
   string bstrPortalUUID,
   string bstrPortletUUID,
   string bstrCommunityUUID,
   object[][] vsaAdminSettings,
   object[][] vsaCommunitySettings,
   string bstrData
);

Parameters

bstrURL
bstrPortalUUID
bstrPortletUUID
bstrCommunityUUID
vsaAdminSettings
vsaCommunitySettings
bstrData
- The remote data associated with the portlet, as an XML string.

See Also

IPTRemoteMigrationContext Interface | com.plumtree.server Namespace