Table of Contents

UploadItem.DateModified Property

Definition

Namespace
GleamTech.FileUltimate.AspNet.UI
Assembly
GleamTech.FileUltimate.dll

Gets the file modified date passed by the client for the upload item. This can be a null for legacy upload methods Html4 and Silverlight, as the file modified date cannot be known.

[JsonProperty]
public DateTime? DateModified { get; }

Property Value

DateTime?