This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IObjectMemoizerDiskCache Interface > IObjectMemoizerDiskCache.FolderPath Property (ArcObjects .NET 10.5 SDK) |
The path to the parent folder for storing cached objects.
[Visual Basic .NET] Public Property FolderPath As String
[C#] public string FolderPath {get; set;}
[C++]
HRESULT get_FolderPath(
BSTR* pbsFolderPath
);
[C++]
HRESULT put_FolderPath(
BSTR pbsFolderPath
);
[C++]
Parameters pbsFolderPath [out, retval] pbsFolderPath is a parameter of type BSTR pbsFolderPath [in] pbsFolderPath is a parameter of type BSTR