| CommentGetCommentsByTypeLanguageAndId Method (String, String, String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Content.Commenting
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute("Use GetComments instead.")]
public static CommentCollection GetCommentsByTypeLanguageAndId(
string itemType,
string itemID,
string languageID
)
<ObsoleteAttribute("Use GetComments instead.")>
Public Shared Function GetCommentsByTypeLanguageAndId (
itemType As String,
itemID As String,
languageID As String
) As CommentCollection
Parameters
- itemType
- Type: SystemString
- itemID
- Type: SystemString
- languageID
- Type: SystemString
Return Value
Type:
CommentCollectionSee Also