Enum DownloadManagerAction
Different actions that can be taken by WebDownloadManager when transmitting a file
Namespace: EPiServer.Web.Hosting
Assembly: EPiServer.dll
Version: 7.19.2Syntax
[Flags]
public enum DownloadManagerAction
Fields
| Name | Description |
|---|---|
| Checkout | Always get the checked out version if available |
| Download | Add headers to make sure the user get a download prompt |
| None | Just stream back the file to the user |