|
Provides the fields that represent the type of a registered extension.
[Visual Basic]
Public Enum ExtensionPlugInType As Integer
|
Remarks
ExtensionPlugInType enumeration is used by the ExtensionPlugIn class.
Members
CompositeFile
|
Extension is a composite file, i.e. a file that contains one or more files within it, e.g. ZIP file, TAR file.
|
TextConverter
|
Extension converts a file to a temporary text file for easy searching.
|
TextInterpreter
|
Extension provides a line by line conversion of a file in text format.
|
Unknown
|
Extension is not recognized.
|
|