A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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