Atom.NET documentation

Mode Enumeration

The allowed encoding modes.

[Visual Basic]
Public Enum Mode
[C#]
public enum Mode

Members

Member NameDescription
Xml Indicates that the content is inline xml.
Escaped Indicates that the content is an escaped string.
Base64 Indicates that the content is base64 encoded.

Requirements

Namespace: Atom.Core

Assembly: Atom.NET (in Atom.NET.dll)

See Also

Atom.Core Namespace | AtomContentConstruct