| CommentGetCommentsByTypeAndId Method |
Namespace:
Dynamicweb.Content.Commenting
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static CommentCollection GetCommentsByTypeAndId(
string itemType,
string itemID
)
Public Shared Function GetCommentsByTypeAndId (
itemType As String,
itemID As String
) As CommentCollection
Parameters
- itemType
- Type: SystemString
- itemID
- Type: SystemString
Return Value
Type:
CommentCollectionSee Also