C# Class ScrewTurn.Wiki.RecentChanges

Manages the Wiki's Recent Changes.
Mostra file Open project: mono/ScrewTurnWiki Class Usage Examples

Public Methods

Method Description
AddChange ( string page, string title, string messageSubject, System.DateTime dateTime, string user, Change change, string descr ) : void

Adds a new change.

GetAllChanges ( ) : ScrewTurn.Wiki.PluginFramework.RecentChange[]

Gets all the changes, sorted by date/time ascending.

Method Details

AddChange() public static method

Adds a new change.
public static AddChange ( string page, string title, string messageSubject, System.DateTime dateTime, string user, Change change, string descr ) : void
page string The page name.
title string The page title.
messageSubject string The message subject.
dateTime System.DateTime The date/time.
user string The user.
change Change The change.
descr string The description (optional).
return void

GetAllChanges() public static method

Gets all the changes, sorted by date/time ascending.
public static GetAllChanges ( ) : ScrewTurn.Wiki.PluginFramework.RecentChange[]
return ScrewTurn.Wiki.PluginFramework.RecentChange[]