Exemple #1
0
 public override NextCall Invoke(WorkflowMethod invoker)
 {
     WFContext.InBackgroundMode = true;
     CKeyNLR contextKey = GetSecureInput<CKeyNLR>();
     WMSelectFileFromContent diag = new WMSelectFileFromContent(contextKey, Local.Text("Web.WAF.Dialogues.Editor.EditLink.PleaseSelectContentToFileTo"), null, ListSelectionMode.Single);
     return new NextCall(diag, onComplete);
 }
Exemple #2
0
 public override NextCall Invoke(WorkflowMethod invoker)
 {
     WFContext.InBackgroundMode = true;
     CKeyNLR contextKey = GetSecureInput<CKeyNLR>();
     WMSelectFileFromContent diag = new WMSelectFileFromContent(contextKey, "Please select file to link to:", null, ListSelectionMode.Single);
     return new NextCall(diag, onComplete);
 }