Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Enum DownloadManagerAction

Different actions that can be taken by WebDownloadManager when transmitting a file

Namespace: EPiServer.Web.Hosting
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
[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

Extension Methods