This document is archived and information here might be outdated. Recommended version. |
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
Returns the full Path of the Parent Folder of the cache that is associated with the layer.