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


IRemoveItemsParameters2.DeleteItemCache Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemoveItemsParameters2 Interface > IRemoveItemsParameters2.DeleteItemCache Property
ArcGIS Developer Help

IRemoveItemsParameters2.DeleteItemCache Property

Indicates whether the cache files associated with selected mosaic dataset items are deleted.

[Visual Basic .NET]
Public Property DeleteItemCache As Boolean
[C#]
public bool DeleteItemCache {get; set;}
[C++]
HRESULT get_DeleteItemCache(
  VARIANT_BOOL pbDeleteItemCache
);
[C++]
HRESULT put_DeleteItemCache(
  Boolean* pbDeleteItemCache
);
[C++]
Parameters
pbDeleteItemCache [in]

pbDeleteItemCache is a parameter of type bool pbDeleteItemCache [out, retval]
pbDeleteItemCache is a parameter of type bool*

Product Availability

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

See Also

IRemoveItemsParameters2 Interface