| CommentGetCommentsByTypeLanguageAndId Method (String, String, String, Boolean) |
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,
bool onlyActive
)
<ObsoleteAttribute("Use GetComments instead.")>
Public Shared Function GetCommentsByTypeLanguageAndId (
ItemType As String,
itemID As String,
languageID As String,
onlyActive As Boolean
) As CommentCollection
Parameters
- ItemType
- Type: SystemString
- itemID
- Type: SystemString
- languageID
- Type: SystemString
- onlyActive
- Type: SystemBoolean
Return Value
Type:
CommentCollectionSee Also