This documentation is for the old version. Go to the latest Graphics Mill docs

Pidl.Folders Property

Gets an array of subfolders of the Pidl object.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public ReadOnly Property Folders As Pidl()
C#
public Pidl[] Folders { get; }

Property Value

An array of subfolders of the Pidl object.

Remarks

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.

See Also

Reference