Gets the email notify preferences.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public Dictionary<string, bool> getEmailNotifyPreferences(
params string[] workflowUserIDs
)
Public Function getEmailNotifyPreferences ( _
ParamArray workflowUserIDs As String() _
) As Dictionary(Of String, Boolean)
public:
Dictionary<String^, bool^>^ getEmailNotifyPreferences(
... array<String^>^ workflowUserIDs
)
Parameters
- workflowUserIDs
- Type: array<String>[]()[][]
The workflow user i ds.
Return Value
Dictionary<System.String, System.Boolean>.