This document is archived and information here might be outdated.  Recommended version.


IObjectMemoizerDiskCache.FolderPath Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IObjectMemoizerDiskCache Interface > IObjectMemoizerDiskCache.FolderPath Property
ArcGIS Developer Help

IObjectMemoizerDiskCache.FolderPath Property

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(
  System.String* 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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IObjectMemoizerDiskCache Interface