Gets a value indicating whether the folder has any child subfolder

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlElementAttribute("haschildren")]
public bool HasChildren { get; }
Visual Basic
<XmlElementAttribute("haschildren")> 
Public ReadOnly Property HasChildren As Boolean
	Get

Implements

IFolderInfo..::..HasChildren

See Also