TileListItem.FromFileSystemEntry Method

Static method to convert from a file system entry to a tile list item.
 
 
Static This method is static.

Parameters

entry

Type: FileSystemEntry
The file system entry to convert.
options

Type: Object
isGenerateDefaultAction [Boolean] - Whether try use the default action or not. action [Function] - Action for TapClick on tile; will generate default if omitted and isGenerateDefaultAction is true.

Return Value


Type: TileListItem
The item.