Share via


CreateTaskWithContentType.OnMethodInvoking method

Sets the ParameterBindings for the activity.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Protected Overrides Sub OnMethodInvoking ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnMethodInvoking(e)
protected override void OnMethodInvoking(
    EventArgs e
)

Parameters

Remarks

This override is called before the activity is executed.

This override binds the values of the TaskId, the TaskProperties property, the ContentTypeId property, and the SpecialPermissions property.

See also

Reference

CreateTaskWithContentType class

CreateTaskWithContentType members

Microsoft.SharePoint.WorkflowActions namespace