Gets whether folders which are hidden or whose name begins with underscore are included in folder synchronization.

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

Syntax

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

Remarks

Defaults to True

See Also