Share via


CreateTaskExtensibleElements.BizDoc Property

Gets or sets the value of the bizDoc object.

Namespace:  OBA.Server.Taskflow
Assembly:  OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)

Syntax

'Declaration
Public Property BizDoc As XmlDocument
    Get
    Set
'Usage
Dim instance As CreateTaskExtensibleElements
Dim value As XmlDocument

value = instance.BizDoc

instance.BizDoc = value
public XmlDocument BizDoc { get; set; }

Property Value

Type: System.Xml.XmlDocument

Remarks

BizDoc can contain any extra data that is related to the task or to the External Item that the task is associated with.

Duet Enterprise for Microsoft SharePoint and SAP workflows are specific implementations of Microsoft SharePoint Server 2010 workflows. Because business tasks require dynamic data, Duet Enterprise uses the associated item of the SharePoint Server 2010 workflow to hold that information. This item is in XML format to accommodate the typically complex structures of business documents and to enable extensibility.

See Also

Reference

CreateTaskExtensibleElements Class

CreateTaskExtensibleElements Members

OBA.Server.Taskflow Namespace