Atom.NET documentation

AtomContentConstruct Constructor

Represents an AtomContentConstruct instance. Initialize the LocalName to "title" the Content to Empty, Type to MediaType and Mode to Mode.

Overload List

Represents an AtomContentConstruct instance. Initialize the LocalName to "title" the Content to Empty, Type to MediaType and Mode to Mode.

public AtomContentConstruct();

Represents an AtomContentConstruct instance initialized with the given content.

public AtomContentConstruct(string);

Represents an AtomContentConstruct instance initialized with the given content.

public AtomContentConstruct(string,string);

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

public AtomContentConstruct(string,string,MediaType);

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

public AtomContentConstruct(string,string,MediaType,Mode);

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

public AtomContentConstruct(string,string,Mode);

See Also

AtomContentConstruct Class | Atom.Core Namespace