Gets whether to use the module effect in edit mode.

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

Syntax

C#
[ObsoleteAttribute("Deprecated in Platform 7.4.0.")]
public bool EnableModuleEffect { get; internal set; }
Visual Basic
<ObsoleteAttribute("Deprecated in Platform 7.4.0.")> 
Public Property EnableModuleEffect As Boolean
	Get
	Friend Set

Remarks

Defaults to True

See Also