WikiFunctions.Tools.OpenDiffInBrowser C# (CSharp) Method

OpenDiffInBrowser() public static method

Opens the specified diff in the browser in the current project
public static OpenDiffInBrowser ( int newId ) : void
newId int
return void
        public static void OpenDiffInBrowser(int newId)
        {
            OpenDiffInBrowser(Variables.URLLong, newId);
        }

Same methods

Tools::OpenDiffInBrowser ( string URLLong, int newId ) : void
Tools