Specifies the action when a selectable file link is clicked.
| C# | Visual Basic |
public enum FileSelectionActions
Public Enumeration FileSelectionActions
| Member | Description |
|---|---|
| Display |
Displays the file in a new window
|
| Download |
Prompts the user to download the window
|
| Preview |
Displays the file in the Preview Dialog
|
| None |
No action is invoked
|