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

Namespace:  EPiServer.Web.Hosting
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
[FlagsAttribute]
public enum DownloadManagerAction

Members

Member nameDescription
None
Just stream back the file to the user
Download
Add headers to make sure the user get a download prompt
Checkout
Always get the checked out version if available

See Also