Click or drag to resize
AdvancedGetFileHandlerSetDisposition Method
Sets response header according to file type.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetDisposition(
	string fileName,
	string extension
)

Parameters

fileName
Type: SystemString
Name of file (e.g. image.png)
extension
Type: SystemString
File extension
See Also