JAMS Developer Guide
SourceFormat Enumeration


MVPSI.JAMS Namespace : SourceFormat Enumeration
Identifies the format of the source text
Syntax
'Declaration
 
Public Enum SourceFormat 
   Inherits System.Enum
'Usage
 
Dim instance As SourceFormat
public enum SourceFormat : System.Enum 
Members
MemberDescription
JsonThe source is JSON. Tokens are replaced only in string values.
TextThe source is plain text.
UnknownTHe format is not known. This is treat the same as text.
XmlThe source is a valid XML document. Tokens are replaced in attribute and element values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.SourceFormat

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MVPSI.JAMS Namespace