Specifies the type of file contents.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public enum ContentType |
Visual Basic
Copy Code
|
|---|
Public Enum ContentType |
Members| Member name | Description | |
|---|---|---|
![]() |
Json |
Specifies that a file stores information in JSON format. |
![]() |
Xml |
Specifies that a file stores information in XML format. |
See Also