Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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