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


IReplica3.UseArchiving Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplica3 Interface > IReplica3.UseArchiving Property
ArcGIS Developer Help

IReplica3.UseArchiving Property

Use archiving instead of versions to track replica changes.

[Visual Basic .NET]
Public Property UseArchiving As Boolean
[C#]
public bool UseArchiving {get; set;}
[C++]
HRESULT get_UseArchiving(
  Boolean* UseArchiving
);
[C++]
HRESULT put_UseArchiving(
  VARIANT_BOOL UseArchiving
);
[C++]
Parameters
UseArchiving [out, retval]

UseArchiving is a parameter of type bool* UseArchiving [in]
UseArchiving is a parameter of type bool

Product Availability

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

See Also

IReplica3 Interface