ArcObjects Library Reference (Carto)  

IDynamicCacheLayerManager.FolderPath Property

The full path of the cache parent directory if the the cache exists.

[Visual Basic .NET]
Public Property FolderPath As String
[C#]
public string FolderPath {get; set;}
[C++]
HRESULT get_FolderPath(
  BSTR* FolderPath
);
[C++]
HRESULT put_FolderPath(
  BSTR FolderPath
);
[C++]

Parameters

FolderPath [out, retval]   FolderPath is a parameter of type BSTR FolderPath [in]   FolderPath is a parameter of type BSTR

Product Availability

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

Remarks

Returns the full Path of the Parent Folder of the cache that is associated with the layer.

See Also

IDynamicCacheLayerManager Interface

.NET Samples

Dynamic cache layer manager controller (Code Files: CacheManagerDlg)