Table of Contents

Delegate ZipFile.RenameFileDelegate

Namespace
Dynamicweb.Content.Files
Assembly
Dynamicweb.dll
Delegate used for naming files when being unzipped
public delegate string ZipFile.RenameFileDelegate(string @params)

Parameters

params string
The parameters.

Returns

string
System.String.
To top