ModWrkflIPPage Class

Provides the Three-step workflow installed with Microsoft SharePoint Server 2010 with an Microsoft InfoPath 2010 for modifying a running instance of the workflow.

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.ModWrkflIPPage

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

Syntax

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

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

ModWrkflIPPage Members

Microsoft.Office.Workflow Namespace