Skip to content

CopyTemporaryFileOptions class

namespace: Serenity.Web   assemblySerenity.Net.Services

Options for copying a temporary file to its target

public class CopyTemporaryFileOptions : FormatFilenameOptions

Public Members

name description
FilesToDelete { get; set; } Gets or sets the files to delete container.
TemporaryFile { get; set; } Gets or sets the temporary file.

See Also