C# Class ScrewTurn.Wiki.PluginFramework.PageContent.EmptyPageContent

Represents an empty page content.
Inheritance: PageContent
Mostrar archivo Open project: mono/ScrewTurnWiki

Public Methods

Method Description
EmptyPageContent ( System.PageInfo page ) : System

Initializes a new instance of the T:EmptyPageContent class.

Method Details

EmptyPageContent() public method

Initializes a new instance of the T:EmptyPageContent class.
public EmptyPageContent ( System.PageInfo page ) : System
page System.PageInfo The page the content refers to.
return System