ArcObjects Library Reference (GeoDatabase)  

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,
  IMetadataSynchronizer** synchronizer
);
[C++]

Parameters

Index [in]   Index is a parameter of type long synchronizer [out, retval]

  synchronizer is a parameter of type IMetadataSynchronizer

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