summaryM:DotNetNuke.Entities.Modules.ModuleController.CacheKey(System.Int32)
Namespace: DotNetNuke.Entities.ModulesAssembly: 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 CacheKey( int TabModuleID ) |
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 CacheKey ( TabModuleID As Integer ) As String |
Parameters
- TabModuleID
- Type: System..::..Int32
paramTabModuleIDM:DotNetNuke.Entities.Modules.ModuleController.CacheKey(System.Int32)