IOpenSearchDownloadable
in
This interface defines a downloadable item for open search.
Tags
Table of Contents
- exportForContext() : CSDownloadResult
- Executes the export for the specified download context.
Methods
exportForContext()
Executes the export for the specified download context.
public
exportForContext(CSOpenSearchDownloadContext $oContext) : CSDownloadResult
Parameters
- $oContext : CSOpenSearchDownloadContext
-
The download context.
Tags
Return values
CSDownloadResult —The download result containing information about files to download.
