Atom.NET documentation

AtomElement.WriteElement Method (String, Object, Boolean, String)

Writes an element into the flow.

[Visual Basic]
Overloads Protected Friend Sub WriteElement( _
   ByVal localName As String, _
   ByVal input As Object, _
   ByVal required As Boolean, _
   ByVal message As String _
)
[C#]
protected internal void WriteElement(
   string localName,
   object input,
   bool required,
   string message
);

Parameters

localName
The local name of the element.
input
The Object to write.
required
true if the element is required, false otherwise
message
The error message if the element is missing.

See Also

AtomElement Class | Atom.Core Namespace | AtomElement.WriteElement Overload List