'Declaration
Public Enum SourceFormat Inherits System.Enum
'Usage
Dim instance As SourceFormat
public enum SourceFormat : System.Enum
'Declaration
Public Enum SourceFormat Inherits System.Enum
'Usage
Dim instance As SourceFormat
public enum SourceFormat : System.Enum
Member | Description |
---|---|
Json | The source is JSON. Tokens are replaced only in string values. |
Text | The source is plain text. |
Unknown | THe format is not known. This is treat the same as text. |
Xml | The source is a valid XML document. Tokens are replaced in attribute and element values. |
System.Object
System.ValueType
System.Enum
MVPSI.JAMS.SourceFormat
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