Atom.NET documentation

AtomContentConstruct Constructor (String, String, MediaType, Mode)

Represents an AtomContentConstruct instance initialized with the given content, MediaType and Mode.

[Visual Basic]
Overloads Public Sub New( _
   ByVal localName As String, _
   ByVal content As String, _
   ByVal type As MediaType, _
   ByVal mode As Mode _
)
[C#]
public AtomContentConstruct(
   string localName,
   string content,
   MediaType type,
   Mode mode
);

Parameters

localName
The not qualified name of the element.
content
The Content of the AtomContentConstruct.
type
The MediaType of the AtomContentConstruct.
mode
The Mode of the AtomContentConstruct.

See Also

AtomContentConstruct Class | Atom.Core Namespace | AtomContentConstruct Constructor Overload List