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


IObjectMemoizerDiskCache.FolderPath Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  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

Product Availability

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

See Also

IObjectMemoizerDiskCache Interface