DataFiles Class

Data file types manager.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public static class DataFiles
Inheritance
Object    DataFiles

Properties

Methods

GetFileTypeDescriptionByExtension Description of the file type by extension (only types that can be opened). Otherwise returns string.Empty.
GetOpenFileTypeFilter Open file types filter formatted to use into Open File Dialogs.
GetOpenFileTypesExtensions 
GetSaveFileTypeFilter Save file types filter formatted to use into Save File Dialogs.
GetSaveFileTypes Returns the list of file types available for Save.
GetSupportedBehavior Supported behaviors of the file type by extension.
LoadFilesInfo(SessionProfile, IListString) Loads detailed information about all specified worksheet files.
LoadFilesInfo(SessionProfile, String) Loads detailed information about all worksheet files exists in the directory.
LoadFilesInfo(SessionProfile, IListString, Boolean) Loads detailed information about all specified worksheet files.
OpenFileType(Worksheet, FileContext) Open file of the specific type.
OpenFileType(Stream, Worksheet, FileContext) Open file of the specific type.
ResetHandleFileTypesPlugins Reset list of file types plug-ins for future usage.
SaveFileType(Worksheet, FileContext) Save file to the specific type.
SaveFileType(Stream, Worksheet, FileContext) Save file to the specific type.

See Also