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.