FlowWright.cDevDeAPI Namespace
clsModGlobal Class
clsModGlobal Methods
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..removeItemComment Method

Removes the item comment.

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

Syntax


public static bool removeItemComment(
	string sConnectionString,
	string entryID,
	ref string error
)
Public Shared Function removeItemComment ( _
	sConnectionString As String, _
	entryID As String, _
	ByRef error As String _
) As Boolean
public:
static bool^ removeItemComment(
	String^ sConnectionString, 
	String^ entryID, 
	String^% error
)

Parameters

sConnectionString
Type: String
The s connection string.
entryID
Type: String
The entry identifier.
error
Type: String%
The error.

Return Value

true if XXXX, false otherwise.