FileRequestType Enumeration
Type of the files related operation.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public enum FileRequestType
Public Enumeration FileRequestType
public enum class FileRequestType
| Unknown | 0 |
Operation to open/save file data.
|
| MetaData | 1 |
Operation to read meta-data of the document with no content handling.
|
| Objects | 2 |
Operation to read document objects with no content handling.
|
| Document | 3 |
Operation to open/save file data.
|
| SandboxedObjects | 6 |
Operation to handle objects with no regards to the overall document.
|