C# Class ScrewTurn.Wiki.WantedPageRow

Represents a missing or orphaned page.
Afficher le fichier Open project: mono/ScrewTurnWiki

Méthodes publiques

Méthode Description
WantedPageRow ( string nspace, string nspacePrefix, string name, List linkingPages ) : System

Initializes a new instance of the T:PageRow class.

Method Details

WantedPageRow() public méthode

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.
Résultat System