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