summaryP:DotNetNuke.Entities.Portals.PortalSettings.ContentVisible

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

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 5.0. Replaced by extended UserMode property.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool ContentVisible { get; }
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 5.0. Replaced by extended UserMode property.")> 
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
Public ReadOnly Property ContentVisible As Boolean
	Get

See Also