MindFusion WinForms Programmer's Guide
ContentType Enumeration
See Also
 





Specifies the type of file contents.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public enum ContentType

Visual Basic  Copy Code

Public Enum ContentType

 Members

  Member name Description

Binary

Specifies that a file stores information in binary format.

Json

Specifies that a file stores information in JSON format.

Xml

Specifies that a file stores information in XML format.

 See Also

MindFusion.Scheduling Namespace