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.
[SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification = "Used for XML serialization.")]
[JsonPropertyName("outline")]
public OpmlOutline[] Outlines { get; set; }
Property Value
Methods
ToString()
Converts the value of this instance to a string.
public override string ToString()