Click or drag to resize

IDataObjectUris Property

Gets or sets the Uri's of the files in the data object.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
Uri[] Uris { get; set; }

Property Value

Type: Uri
The uris of the files, or null if no files are in the data object.
Remarks
This can be a mix of both URL and File objects. You can use IsFile to test for that. On some platforms, (e.g. windows), only a single URL can be retrieved or set.
See Also