PublishDownloadFileProcedure

Type: Stored procedure

The procedure specified is by the system setting PublishDownloadFileProcedure. It is used to get files when the page publish/file.aspx?id=xxx is loaded.

Parameters

@Id mandatory varchar(100)
The id value that was passed as "id" over the query string.

Resultsets

Resultset: Get file

Table count: repeated exactly once
Row count: exactly one row
Columns
Column with ordinal 1 mandatory binary
File.
Column with ordinal 2 mandatory string
ContentType.
Column with ordinal 3 mandatory string
Filename.