[This is preliminary documentation and is subject to change.]

Gets the notification list corresponding to a workflow definition.

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public string GetNotificationList(
	WorkflowDefinitionInfo wfdi
)
Visual Basic (Declaration)
Public Function GetNotificationList ( _
	wfdi As WorkflowDefinitionInfo _
) As String
Visual C++
public:
String^ GetNotificationList(
	WorkflowDefinitionInfo^ wfdi
)

Parameters

wfdi
Type: OfficeClip.BusinessLayer.Framework.Workflow..::.WorkflowDefinitionInfo
Instance of the workflow definition object. WorkflowDefinitionInfo

Return Value

String value of the notification list.

See Also