Table of Contents

Class OpmlBody

Namespace
Songhay.Models
Assembly
SonghayCore.dll

Defines a managed representation of the OPML body element.

[Serializable]
[DataContract(Name = "head")]
public class OpmlBody
Inheritance
OpmlBody
Inherited Members
Extension Methods

Properties

Outlines

Gets or sets the outlines.

[SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification = "Used for XML serialization.")]
[JsonPropertyName("outline")]
public OpmlOutline[] Outlines { get; set; }

Property Value

OpmlOutline[]

Methods

ToString()

Converts the value of this instance to a string.

public override string ToString()

Returns

string