This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicCacheLayerManager Interface > IDynamicCacheLayerManager.FolderName Property (ArcObjects .NET 10.5 SDK) |
If cache exists, returns the layername plus guid. If cache does not exists, returns nothing.
[Visual Basic .NET] Public ReadOnly Property FolderName As String
[C#] public string FolderName {get;}
[C++]
HRESULT get_FolderName(
BSTR* cacheFolderName
);
[C++]
Parameters cacheFolderName [out, retval] cacheFolderName is a parameter of type BSTR
Unless the input layer is a group layer (set by method IDynamicCacheLayerManager.Init()), E_FAIL will be returned (will be translated into an exception in .NET and Java).
The folder name is composed of a clean layer name (layer name without special characters) plus a global unique identifier (GUID).