FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..getAllCommentsForItemHistory Method

Gets all comments for item history.

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

Syntax


public static DataTable getAllCommentsForItemHistory(
	string sConnectionString,
	string itemID,
	string itemKey,
	ref string error
)
Public Shared Function getAllCommentsForItemHistory ( _
	sConnectionString As String, _
	itemID As String, _
	itemKey As String, _
	ByRef error As String _
) As DataTable
public:
static DataTable^ getAllCommentsForItemHistory(
	String^ sConnectionString, 
	String^ itemID, 
	String^ itemKey, 
	String^% error
)

Parameters

sConnectionString
Type: String
The s connection string.
itemID
Type: String
The item identifier.
itemKey
Type: String
The item key.
error
Type: String%
The error.

Return Value

DataTable.