Gets an array of subfolders of the Pidl object.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public ReadOnly Property Folders As Pidl()
public Pidl[] Folders { get; }
If you need to get all subitems (including both files and folders), use the Items property instead. If you need to get files only, use the Files property.