M-Files API 23.11.13135.0
FileClass Object
Members 
Description
The FileClass class represents a creatable file type in Windows.
Public Methods
Creates a copy of the object.
Loads and initializes the file class based on a file extension.
Loads and initializes the file class based on a file class identifier name and the extension.
Initializes the file class with the given parameters.
Public Properties
Display name for the file class.
Extension for the file class. Prefixed with a dot.
Extension for the file class.
File class identifier string.
Remarks
A FileClass object links together a file extension and an explanation of the file class. FileClass objects are typically used with user interface methods to define a selectable list of file formats (e.g., see the ShowNewObjectWindow method and the ObjectCreationInfo object).
See Also

FileClass Members  | ObjectCreationInfo Object  | VaultObjectOperations Object