Specifies the type of file contents.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
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