ArcGIS API for Silverlight - Library Reference
DisableClientCaching Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace > KmlLayer Class : DisableClientCaching Property

Disables caching an KLM document on the client.

Syntax

Visual Basic (Declaration) 
Public Property DisableClientCaching As Boolean
C# 
public bool DisableClientCaching {get; set;}

Remarks

The default value is false. If true, adds a timestamp parameter ("_ts") to the request to prevent loading a KML document from the browser's cache.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.