共用方式為


IWorkflowTypeExtender.StartWorkflow 方法

Starts a custom type of workflow using the supplied data element.

命名空間:  Microsoft.MasterDataServices.WorkflowTypeExtender
組件:  Microsoft.MasterDataServices.WorkflowTypeExtender (在 Microsoft.MasterDataServices.WorkflowTypeExtender.dll 中)

語法

'宣告
Sub StartWorkflow ( _
    workflowType As String, _
    dataElement As XmlElement _
)
'用途
Dim instance As IWorkflowTypeExtender 
Dim workflowType As String 
Dim dataElement As XmlElement

instance.StartWorkflow(workflowType, _
    dataElement)
void StartWorkflow(
    string workflowType,
    XmlElement dataElement
)
void StartWorkflow(
    String^ workflowType, 
    XmlElement^ dataElement
)
abstract StartWorkflow : 
        workflowType:string * 
        dataElement:XmlElement -> unit
function StartWorkflow(
    workflowType : String, 
    dataElement : XmlElement
)

參數

  • workflowType
    型別:System.String
    The name of the custom workflow type.
  • dataElement
    型別:System.Xml.XmlElement
    The XML element describing the entity member triggering the workflow.

請參閱

參考

IWorkflowTypeExtender 介面

Microsoft.MasterDataServices.WorkflowTypeExtender 命名空間