Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Upload.FileUpload.IsUploadedFile Method

Returns whether a file name (with path) is a temporary file (based on naming conventions).

Class: YetaWF.Core.Upload.FileUpload
Namespace: YetaWF.Core.Upload
Assembly: YetaWF.Core

Syntax

public static bool IsUploadedFile( string file );

Parameters

file

The file name (with path).

Return Value

Returns true if the file is a temporary file.

See Also YetaWF.Core.Upload.FileUpload ClassYetaWF.Core Overview