Skip to main content
Tab

OneDriveFileSystemProviderBase.GetLastWriteTime(FileManagerFolder) Method

Implements getting the time of the last file modification.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override DateTime GetLastWriteTime(
    FileManagerFolder folder
)

Parameters

Name Type Description
folder FileManagerFolder

A FileManagerFile object that is the processed file.

Returns

Type Description
DateTime

A DateTime value that is the last write time.

Remarks

The GetLastWriteTime method implements getting the time of the last file modification when the OneDriveFileSystemProviderBase is used.

If you create a custom file system provider inherited from the OneDriveFileSystemProviderBase class, you can override the GetLastWriteTime method to perform any custom actions.

See Also