FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..getHistoryDetails Method

Gets the history details.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public DataTable getHistoryDetails(
	bool showHistory,
	bool showEventData,
	bool showComments
)
Public Function getHistoryDetails ( _
	showHistory As Boolean, _
	showEventData As Boolean, _
	showComments As Boolean _
) As DataTable
public:
DataTable^ getHistoryDetails(
	bool^ showHistory, 
	bool^ showEventData, 
	bool^ showComments
)

Parameters

showHistory
Type: Boolean
if set to true [show history].
showEventData
Type: Boolean
if set to true [show event data].
showComments
Type: Boolean
if set to true[show comment data].

Return Value

DataTable.