summaryM:DotNetNuke.Entities.Modules.ModuleController.CacheDirectory

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("The module caching feature has been updated in version 5.2.0.  This method is no longer used.")]
public static string CacheDirectory()
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("The module caching feature has been updated in version 5.2.0.  This method is no longer used.")> 
Public Shared Function CacheDirectory As String

Return Value

returnsM:DotNetNuke.Entities.Modules.ModuleController.CacheDirectory

See Also