C# Class ScrewTurn.Wiki.WantedPageRow

Represents a missing or orphaned page.
显示文件 Open project: mono/ScrewTurnWiki

Public Methods

Method Description
WantedPageRow ( string nspace, string nspacePrefix, string name, List linkingPages ) : System

Initializes a new instance of the T:PageRow class.

Method Details

WantedPageRow() public method

Initializes a new instance of the T:PageRow class.
public WantedPageRow ( string nspace, string nspacePrefix, string name, List linkingPages ) : System
nspace string The namespace.
nspacePrefix string The namespace prefix.
name string The full name.
linkingPages List The pages that link the wanted page.
return System