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)
Public ReadOnly Property Items As Pidl()
public Pidl[] Items { get; }
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).