ISharePointService Members
Include Protected Members
Include Inherited Members
Represents an ExternalDataExchangeService interface that enables workflow activities to request actions and handle events outside the workflow instance itself.
The ISharePointService type exposes the following members.
Methods
Name | Description | |
---|---|---|
InitializeWorkflow | Initiates the specified workflow instance. | |
LogToHistoryList | Writes the specified information to the history list for the workflow. | |
SendEmail | Sends an email message concerning the workflow. | |
SetState | Sets the workflow to the specified workflow status. | |
UpdateAllTasks | Updates all workflow tasks in the specified workflow instance with the specified task properties. |
Top
Events
Name | Description | |
---|---|---|
OnWorkflowActivated | Raised when the workflow instance is first initiated. | |
OnWorkflowItemChanged | Raised when the item on which the workflow instance is running is changed. | |
OnWorkflowItemDeleted | Raised when the item on which the workflow instance is running is deleted. |
Top