Click or drag to resize
HTTPHelper.SetFileDisposition Method
Sets the file disposition to the output

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void SetFileDisposition(
	string fileName,
	string extension
)

Parameters

fileName
Type: System.String
File name
extension
Type: System.String
File extension
See Also