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


ISynchronizeParameters.SyncOnlyStaleItems Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISynchronizeParameters.SyncOnlyStaleItems Property

Indicates if only those items found to be stale are synchronized.

[Visual Basic .NET]
Public Property SyncOnlyStaleItems As Boolean
[C#]
public bool SyncOnlyStaleItems {get; set;}
[C++]
HRESULT get_SyncOnlyStaleItems(
  VARIANT_BOOL pbSyncOnlyStaleItems
);
[C++]
HRESULT put_SyncOnlyStaleItems(
  Boolean* pbSyncOnlyStaleItems
);
[C++]

Parameters pbSyncOnlyStaleItems [in]
pbSyncOnlyStaleItems is a parameter of type bool pbSyncOnlyStaleItems [out, retval]
pbSyncOnlyStaleItems is a parameter of type bool*

Product Availability

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

See Also

ISynchronizeParameters Interface