Bloom.Edit.EditingView.ShowAddPageDialog C# (CSharp) Method

ShowAddPageDialog() public method

public ShowAddPageDialog ( ) : void
return void
        public void ShowAddPageDialog()
        {
            //if the dialog is already showing, it is up to this method we're calling to detect that and ignore our request
            RunJavaScript("FrameExports.showAddPageDialog(false);");
        }