Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Controllers.ZippedFileResult Constructor

Constructor.

Class: YetaWF.Core.Controllers.ZippedFileResult
Namespace: YetaWF.Core.Controllers
Assembly: YetaWF.Core

Syntax

public ZippedFileResult(
    YetaWFZipFile zip,
    long cookieToReturn );

Parameters

zip

The ZIP file to return.

cookieToReturn

The cookie to return, indicating that the ZIP file has been downloaded. Works in conjunction with client-side code in basics.js.

See Also YetaWF.Core.Controllers.ZippedFileResult ClassYetaWF.Core Overview