Call this after synchronizing.
[Visual Basic .NET] Public Sub FinishSynchronization ( _ ByVal PropertySet As IPropertySet _ )
[C#] public void FinishSynchronization ( IPropertySet PropertySet );
[C++]
HRESULT FinishSynchronization(
IPropertySet* PropertySet
);
[C++]Parameters
PropertySet [in]PropertySet is a parameter of type IPropertySet
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
FinishSynchronization indicates that the synchronization process is complete. Changes to the XML property set that occurred during synchronization are saved in the metadata document.