MindFusion.Scheduling for ASP.NET Programmer's Guide
ContentType Enumeration
See Also
 





Specifies the type of file contents.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum ContentType

Visual Basic  Copy Code

Public Enum ContentType

 Members

  Member name Value Description

Binary

0

Specifies that a file stores information in binary format.

Xml

1

Specifies that a file stores information in XML format.

 See Also

MindFusion.Scheduling Namespace