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

Pidl.Files Property

Gets an array of files contained in this Pidl object.

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

Syntax

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

Property Value

An array of files 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 folders only, use the Folders property.

See Also

Reference