[This is preliminary documentation and is subject to change.]
Gets a list of workflow notifications as definied in a particular workflow definition.
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public ArrayList GetWorkflowInboxNotificationsById( int workflowDefinitionId ) |
| Visual Basic (Declaration) |
|---|
Public Function GetWorkflowInboxNotificationsById ( _ workflowDefinitionId As Integer _ ) As ArrayList |
| Visual C++ |
|---|
public: ArrayList^ GetWorkflowInboxNotificationsById( int workflowDefinitionId ) |
Parameters
- workflowDefinitionId
- Type: System..::.Int32
Id of the workflow definition.
