WorkflowTileRequestHelperCreateButtonRequestInfo - метод
Пространство имён: Tessa.UI.WorkflowСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static Dictionary<string, Object> CreateButtonRequestInfo(
string workflowType,
Guid buttonID,
Dictionary<string, Object> info = null
)
Public Shared Function CreateButtonRequestInfo (
workflowType As String,
buttonID As Guid,
Optional info As Dictionary(Of String, Object) = Nothing
) As Dictionary(Of String, Object)
public:
static Dictionary<String^, Object^>^ CreateButtonRequestInfo(
String^ workflowType,
Guid buttonID,
Dictionary<String^, Object^>^ info = nullptr
)
static member CreateButtonRequestInfo :
workflowType : string *
buttonID : Guid *
?info : Dictionary<string, Object>
(* Defaults:
let _info = defaultArg info null
*)
-> Dictionary<string, Object>
- workflowType String
-
- buttonID Guid
-
- info DictionaryString, Object (Optional)
-
DictionaryString,
Object