| CommentGetCommentById Method |
Namespace:
Dynamicweb.Content.Commenting
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static Comment GetCommentById(
int id
)
Public Shared Function GetCommentById (
id As Integer
) As Comment
Parameters
- id
- Type: SystemInt32
Return Value
Type:
CommentSee Also