BulkWrkTaskIPPage Class

Provides access to the Microsoft InfoPath 2010 form for managing bulk workflow tasks.

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.TemplateControl
      System.Web.UI.Page
        Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase
          Microsoft.SharePoint.WebControls.LayoutsPageBase
            Microsoft.Office.Workflow.ListPage
              Microsoft.Office.Workflow.BulkWrkTaskIPPage

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

Syntax

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

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

BulkWrkTaskIPPage Members

Microsoft.Office.Workflow Namespace