FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..addCommentsToItem Method

Adds the comments to item.

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

Syntax


public static bool addCommentsToItem(
	string sConnectionString,
	string itemID,
	string userID,
	DateTime createdOn,
	string itemKey,
	string comment,
	ref string error
)
Public Shared Function addCommentsToItem ( _
	sConnectionString As String, _
	itemID As String, _
	userID As String, _
	createdOn As DateTime, _
	itemKey As String, _
	comment As String, _
	ByRef error As String _
) As Boolean
public:
static bool^ addCommentsToItem(
	String^ sConnectionString, 
	String^ itemID, 
	String^ userID, 
	DateTime^ createdOn, 
	String^ itemKey, 
	String^ comment, 
	String^% error
)

Parameters

sConnectionString
Type: String
The s connection string.
itemID
Type: String
The item identifier.
userID
Type: String
The user identifier.
createdOn
Type: DateTime
The created on.
itemKey
Type: String
The item key.
comment
Type: String
The comment.
error
Type: String%
The error.

Return Value

true if XXXX, false otherwise.