 | Comment.GetCommentsByTypeAndId Method |
Namespace:
Dynamicweb.Content.Commenting
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static CommentCollection GetCommentsByTypeAndId(
string itemType,
string itemID
)
Public Shared Function GetCommentsByTypeAndId (
itemType As String,
itemID As String
) As CommentCollection
Parameters
- itemType
- Type: System.String
- itemID
- Type: System.String
Return Value
Type:
CommentCollection
See Also