Click to Rate and Give Feedback

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
Workflow Class (Microsoft.Office.Workflow)
Implements the Microsoft.Office.Workflow.ISoapServerWorkflow interface.

Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.WorkflowSoap (in microsoft.office.workflowsoap.dll)
Visual Basic (Declaration)
<WebServiceAttribute(Namespace:="http://schemas.microsoft.com/sharepoint/soap/workflow/")> _
<WebServiceBindingAttribute(ConformsTo:=WsiProfiles.BasicProfile1_1)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Class Workflow
    Inherits WebService
    Implements ISoapServerWorkflow
Visual Basic (Usage)
Dim instance As Workflow
C#
[WebServiceAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/workflow/")] 
[WebServiceBindingAttribute(ConformsTo=WsiProfiles.BasicProfile1_1)] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public class Workflow : WebService, ISoapServerWorkflow

The Workflow class contains members that enable you to get information about workflow for an item or workflow task, start a workflow, get workflow templates, and so on.

For examples of how to use the Workflow object model, see the Workflow code sample folder and EnterpriseContentManagementStarterKitSampleGuide document in the ECM Starter Kit folder in the Microsoft Office SharePoint Server 2007 SDK download.

System.Object
   System.Attribute
     System.ComponentModel.MarshalByValueComponent
       System.Web.Services.WebService
        Microsoft.Office.Workflow.Workflow
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker