FileRequestType Enumeration

Type of the files related operation.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public enum FileRequestType

Members

Unknown0 Operation to open/save file data.
MetaData1 Operation to read meta-data of the document with no content handling.
Objects2 Operation to read document objects with no content handling.
Document3 Operation to open/save file data.
SandboxedObjects6 Operation to handle objects with no regards to the overall document.

See Also