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


IGPReplicaDescription2.IgnoreEditsOutsideFilterForUpdates Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaDescription2 Interface > IGPReplicaDescription2.IgnoreEditsOutsideFilterForUpdates Property
ArcGIS Developer Help

IGPReplicaDescription2.IgnoreEditsOutsideFilterForUpdates Property

Ignore edits outside the query filter when performing updates for data changes messages.

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

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

Product Availability

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

See Also

IGPReplicaDescription2 Interface