Dev2.Webs.RootWebSite.ShowNewWorkflowSaveDialog C# (CSharp) Method

ShowNewWorkflowSaveDialog() public static method

public static ShowNewWorkflowSaveDialog ( IContextualResourceModel resourceModel, string resourceId = null, bool addToTabManager = true ) : void
resourceModel IContextualResourceModel
resourceId string
addToTabManager bool
return void
        public static void ShowNewWorkflowSaveDialog(IContextualResourceModel resourceModel, string resourceId = null, bool addToTabManager = true)
        {
            ShowSaveDialog(resourceModel, new SaveNewWorkflowCallbackHandler(EventPublishers.Aggregator, EnvironmentRepository.Instance, resourceModel, addToTabManager), "WorkflowService", HttpUtility.UrlEncode("New Workflow"));
        }