Click or drag to resize

WorkflowNotificationServiceSetNotificationsToState Method

Namespace:  Dynamicweb.Security.Workflows
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public void SetNotificationsToState(
	WorkflowState workflowState,
	IEnumerable<WorkflowNotification> notifications
)

Parameters

workflowState
Type: Dynamicweb.Security.WorkflowsWorkflowState
notifications
Type: System.Collections.GenericIEnumerableWorkflowNotification
See Also