This document is archived and information here might be outdated. Recommended version. |
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(
System.String* 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).