Click or drag to resize

CommentGetComments Method (String, String, String, Boolean)

Namespace:  Dynamicweb.Content.Commenting
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static CommentCollection GetComments(
	string itemType,
	string itemID,
	string languageID,
	bool onlyActive
)

Parameters

itemType
Type: SystemString
itemID
Type: SystemString
languageID
Type: SystemString
onlyActive
Type: SystemBoolean

Return Value

Type: CommentCollection
See Also