Gets whether the Skin Widgets are enabled/supported

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

Syntax

C#
public bool EnableSkinWidgets { get; internal set; }
Visual Basic
Public Property EnableSkinWidgets As Boolean
	Get
	Friend Set

Remarks

Defaults to True

See Also