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


IMetadataSynchronizerManager.GetEnabled Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

Parameters Index [in] Index is a parameter of type long Enabled [out, retval] Enabled is a parameter of type VARIANT_BOOL

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