Enum DownloadManagerAction
Different actions that can be taken by WebDownloadManager when transmitting a file
Namespace: EPiServer.Web.Hosting
Assembly: EPiServer.dll
Version: 8.11.0Syntax
[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 |