GetArticleHistoryURL() public static method

returns full URL to the history page of the input title, depends on project settings
public static GetArticleHistoryURL ( string title ) : string
title string
return string
Example #1
0
 /// <summary>
 /// Opens the specified articles history in the browser
 /// </summary>
 public static void OpenArticleHistoryInBrowser(string title)
 {
     OpenURLInBrowser(Variables.GetArticleHistoryURL(title));
 }