Skip to main content
Tab

PhysicalFileSystemProvider.GetLastWriteTime(FileManagerFolder) Method

Gets the time of the last folder 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 FileManagerFolder object that is the processed folder.

Returns

Type Description
DateTime

A DateTime value that is the last write time.

Remarks

The GetLastWriteTime gets the time of the last folder modification when the default PhysicalFileSystemProvider is used.

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

See Also