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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Errors Returned
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, Java and VB6).
Remarks
The folder name is composed of a clean layer name (layer name without special characters) plus a global unique identifier (GUID).