SalesOrderLineCollection..::..AddCommentLine Method

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public void AddCommentLine(
	string CommentText,
	ref Object NewKey,
	int LineNumber
)
Public Sub AddCommentLine ( _
	CommentText As String, _
	ByRef NewKey As Object, _
	LineNumber As Integer _
)
public:
void AddCommentLine(
	String^ CommentText, 
	Object^% NewKey, 
	int^ LineNumber
)

Parameters

CommentText
Type: String
NewKey
Type: Object%
LineNumber
Type: Int32