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

Pidl.Items Property

Gets an array of all subitems of the Pidl object (includes both files and folders).

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

Syntax

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

Property Value

An array of subitems of the Pidl object.

Remarks

If you need to get only files (without subfolders), use the Files property instead (e.g. when creating a file list). If you need to work only with folders, use the Folders property (e.g. when creating a folder tree view).

See Also

Reference