The ColumnTypes enum is assigned to the ColumnType property and describes the type of information displayed in the grid column.
| C# | Visual Basic |
public enum ColumnTypes
Public Enumeration ColumnTypes
| Member | Description |
|---|---|
| Icon |
Icon respresenting the file type in the column
|
| Name |
File name
|
| Size |
File size
|
| Type |
File type (extension)
|
| DateCreated |
Date the file was created
|
| DateLastModified |
Date the file was last modified
|
| DateLastAccessed |
Date the file was last accessed
|
| Thumbnail |
Thumbnail (for image files only)
|
| Folder |
Parent folder
|
| WindowsSearch |
Specifies that the column value is a
property specified by the WindowsSearchColumnType property
|
| IndexingService |
Specifies that the column value is a
property specified by the IndexingServiceColumnType property
|
If the column type is WindowsSearch or IndexingService then the type of WindowsSearch/IndexingService must be also be specified in the WindowsSearchColumnType or IndexingServiceColumnType respecively.
You cannot specify WindowsSearch and IndexingService columns together in the same instance of DbNetFile