Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Upload.FileUpload Class

(not specified)

(not specified)

Namespace: YetaWF.Core.Upload
Assembly: YetaWF.Core

Inheritance

Syntax

public class FileUpload;

Constructors

PublicFileUploadConstructor.

Properties

PublicStaticTempSiteUploadFolder(not specified)
PublicStaticTempUploadFolder(not specified)
ProtectedStaticManager(not specified)

Fields

PublicStaticTempId(not specified)

Methods

PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicGetImageBytesFromTempNameAsync(not specified)
PublicGetTempFilePathFromNameAsync(not specified)
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicIsTempName(not specified)
PublicStaticIsUploadedFileReturns whether a file name (with path) is a temporary file (based on naming conventions).
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicRemoveAllExpiredTempFilesAsync(not specified)
PublicRemoveFileAsync(not specified)
PublicRemoveTempFileAsync(not specified)
PublicStoreFileAsyncSaves an uploaded file as a file in the permanent or temporary file system.
PublicStoreTempImageFileAsyncSaves an uploaded image file as a temporary file.
PublicStoreTempPackageFileAsyncSaves an uploaded package file as a temporary file.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

See Also YetaWF.Core Overview