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

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

Parameters

file
Type: CMS.SharePointISharePointFile
File to send

Return Value

Type: CMSActionResult
See Also