Skip to main content
Tab

DataSourceFileSystemProvider.LastWriteTimeFieldName Property

Gets or sets the name of the data source field which provides the time of the last file modification.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string LastWriteTimeFieldName { get; set; }

Property Value

Type Description
String

A String value that specifies the name of the required data source field.

Remarks

ASPxFileManager allows you to visualize file system data that is available in a database (for more information, see the Physical File System Provider topic). In this case, the LastWriteTimeFieldName property is used to specify the name of the data source field that provides the time of the last file modification.

The LastWriteTimeFieldName property synchronizes its value with the file manager’s FileManagerSettingsDataSource.LastWriteTimeFieldName property.

Note that specifying the following fieldname properties is essential: FileManagerSettingsDataSource.KeyFieldName, FileManagerSettingsDataSource.ParentKeyFieldName, FileManagerSettingsDataSource.NameFieldName, and FileManagerSettingsDataSource.IsFolderFieldName. The FileManagerSettingsDataSource.FileBinaryContentFieldName and FileManagerSettingsDataSource.LastWriteTimeFieldName property can be specified optionally.

See Also