Class OpmlBody
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; }