Click or drag to resize
HTTPHelperSetFileDisposition 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: SystemString
File name
extension
Type: SystemString
File extension
See Also