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.

[JsonPropertyName("outline")]
public OpmlOutline[] Outlines { get; set; }

Property Value

OpmlOutline[]