ISharePointService 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
Public method InitializeWorkflow Initiates the specified workflow instance.
Public method LogToHistoryList Writes the specified information to the history list for the workflow.
Public method SendEmail Sends an email message concerning the workflow.
Public method SetState Sets the workflow to the specified workflow status.
Public method UpdateAllTasks Updates all workflow tasks in the specified workflow instance with the specified task properties.

Top

Events

  Name Description
Public event OnWorkflowActivated Raised when the workflow instance is first initiated.
Public event OnWorkflowItemChanged Raised when the item on which the workflow instance is running is changed.
Public event OnWorkflowItemDeleted Raised when the item on which the workflow instance is running is deleted.

Top

See also

Reference

ISharePointService interface

Microsoft.SharePoint.Workflow namespace