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


IGPReplicaDescription2.IgnoreEditsOutsideFilterForUpdates Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* IgnoreEditsOutsideFilterForUpdates
);
[C++]
HRESULT put_IgnoreEditsOutsideFilterForUpdates(
  VARIANT_BOOL IgnoreEditsOutsideFilterForUpdates
);
[C++]

Parameters IgnoreEditsOutsideFilterForUpdates [out, retval] IgnoreEditsOutsideFilterForUpdates is a parameter of type VARIANT_BOOL IgnoreEditsOutsideFilterForUpdates [in] IgnoreEditsOutsideFilterForUpdates is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPReplicaDescription2 Interface