BulkWorkflowFeatureReceiver class

A feature receiver that is used to install bulk workflow task editing capability in the workflow.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPFeatureReceiver
    Microsoft.Office.Workflow.BulkWorkflowFeatureReceiver

Namespace:  Microsoft.Office.Workflow
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class BulkWorkflowFeatureReceiver _
    Inherits SPFeatureReceiver
'Usage
Dim instance As BulkWorkflowFeatureReceiver
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class BulkWorkflowFeatureReceiver : SPFeatureReceiver

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

BulkWorkflowFeatureReceiver members

Microsoft.Office.Workflow namespace