The CacheDirectory property is used to return the location of the "Cache" Directory for the Module

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ObsoleteAttribute("This property is deprecated.  Plaese use ModuleController.CacheDirectory()")]
public string CacheDirectory { get; }
Visual Basic
<ObsoleteAttribute("This property is deprecated.  Plaese use ModuleController.CacheDirectory()")> 
Public ReadOnly Property CacheDirectory As String
	Get

Remarks