Click or drag to resize
AbstractGetSharePointFileHandlerSendFile Method
Sends the given file within response.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax
C#
protected virtual void SendFile(
	ISharePointFile file
)

Parameters

file
Type: CMS.SharePointISharePointFile
File to send
See Also