Different actions that can be taken by WebDownloadManager when transmitting a file
Namespace:
EPiServer.Web.HostingAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
[FlagsAttribute] public enum DownloadManagerAction |
Members
| Member name | Description | |
|---|---|---|
| None |
Just stream back the file to the user
| |
| Download |
Add headers to make sure the user get a download prompt
| |
| Checkout |
Always get the checked out version if available
|