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


IGPReplicaDescription2.IgnoreEditsOutsideFilterForUpdates Property (ArcObjects .NET 10.6 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(
  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