This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicCacheLayerManager Interface > IDynamicCacheLayerManager.FolderPath Property (ArcObjects .NET 10.4 SDK) |
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
Returns the full Path of the Parent Folder of the cache that is associated with the layer.