C# Class Subtext.Web.Admin.OpmlItem

Show file Open project: ayende/Subtext Class Usage Examples

Private Properties

Property Type Description
RenderOpml void

Public Methods

Method Description
OpmlItem ( ) : System
OpmlItem ( string title, string description, string xmlUrl, string htmlUrl ) : System

Private Methods

Method Description
RenderOpml ( XmlWriter writer ) : void

Method Details

OpmlItem() public method

public OpmlItem ( ) : System
return System

OpmlItem() public method

public OpmlItem ( string title, string description, string xmlUrl, string htmlUrl ) : System
title string
description string
xmlUrl string
htmlUrl string
return System