FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..removeAllComments Method

Removes all comments.

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

Syntax


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

Parameters

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

Return Value

true if XXXX, false otherwise.