Represents the different options when downloading a file.

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public enum ContentDisposition
Visual Basic
Public Enumeration ContentDisposition

Members

Member nameValueDescription
Attachment0 The browser will display a dialog to allow the user to save or view the document.
Inline1 The document will be displayed automatically.

See Also