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


IDynamicCacheLayerManager.FolderPath Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicCacheLayerManager Interface > IDynamicCacheLayerManager.FolderPath Property
ArcGIS Developer Help

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(
  System.String* 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