Constructs a new CachedModuleControl

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

Syntax

C#
public CachedModuleControl(
	string cachedContent
)
Visual Basic
Public Sub New ( 
	cachedContent As String
)

Parameters

cachedContent
Type: System..::..String
The cached Content for this control

See Also