Specifies the type of file contents.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public enum ContentType |
Visual Basic Copy Code |
---|
Public Enum ContentType |
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. |