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


IMetadataSynchronizerManager.GetEnabled 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.GetEnabled Method
ArcGIS Developer Help

IMetadataSynchronizerManager.GetEnabled Method

Indicates whether the Nth synchronizer is enabled.

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

Index is a parameter of type long

Product Availability

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

Description

The GetEnabled method returns a boolean if the metadata sychronizer, specified using the index parameter, is currently enabled.

See Also

IMetadataSynchronizerManager Interface