This document is archived and information here might be outdated.  Recommended version.


IMetadataSynchronizerManager.GetSynchronizer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IM > IMetadataSynchronizerManager Interface > IMetadataSynchronizerManager.GetSynchronizer Method
ArcGIS Developer Help

IMetadataSynchronizerManager.GetSynchronizer Method

Gets the nth synchronizer.

[Visual Basic .NET]
Public Function GetSynchronizer ( _
    ByVal Index As Integer _
) As IMetadataSynchronizer
[C#]
public IMetadataSynchronizer GetSynchronizer (
    int Index
);
[C++]
HRESULT GetSynchronizer(
  long Index
);
[C++]
Parameters
Index [in]

Index is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The GetSynchronizer method provides a reference to the IMetadataSynchronizer object.

Because the GetSynchronizer method uses an index to get the desired synchronizer, the IMetadataSynchronizerManager::NumSynchronizers property and IMetadataSynchronizer::Name are often used to first specify the metadata sychronizer of choice.

See Also

IMetadataSynchronizerManager Interface