DbNetSuiteVS
DbNetFile..::.ColumnTypes Enumeration
NamespacesDbNetLink.DbNetSuiteVSDbNetFileDbNetFile..::.ColumnTypes
The ColumnTypes enum is assigned to the ColumnType property and describes the type of information displayed in the grid column.
Declaration Syntax
C#Visual Basic
public enum ColumnTypes
Public Enumeration ColumnTypes
Members
MemberDescription
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

Remarks
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

Assembly: DbNetLink.DbNetSuiteVS (Module: DbNetLink.DbNetSuiteVS) Version: 0.9.3317.16858 (0.9.0.0)