This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Updates the comment and adds a note in the edit history.

Namespace: Smartsite.WebToolkit
Assembly:  Smartsite.WebToolkit (in Smartsite.WebToolkit.dll)

Syntax

C#Copy imageCopy Code
public static void UpdateCommentAnnotated(
	int commentId,
	string body,
	string note,
	 locale,
	<string, string> extraData
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Sub UpdateCommentAnnotated ( _
	commentId As Integer, _
	body As , _
	note As , _
	locale As , _
	extraData As (Of , ) _
)

Parameters

commentId
Int32
The comment id.
body
String
The body.
note
String
The note.
locale
ILocale
The locale.
extraData
Dictionary<(Of <String, String>)>
The extra data.

See Also

Advanced