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


ICacheControlInfo.ClientCachingAllowed Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ICacheControlInfo.ClientCachingAllowed Property

Indicates if client caching is allowed.

[Visual Basic .NET]
Public Property ClientCachingAllowed As Boolean
[C#]
public bool ClientCachingAllowed {get; set;}
[C++]
HRESULT get_ClientCachingAllowed(
  VARIANT_BOOL* pClientCachingAllowed
);
[C++]
HRESULT put_ClientCachingAllowed(
  VARIANT_BOOL pClientCachingAllowed
);
[C++]

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

Product Availability

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

See Also

ICacheControlInfo Interface