Dynamicweb 8 Documentation
GetCommentsByTypeAndId Method

Type of the item, i.e "ecomProduct".
The item ID, i.e. "Prod1".
Gets the comments by type and id.
Syntax
'Declaration
 
Public Shared Function GetCommentsByTypeAndId( _ 
   ByVal ItemType As String, _ 
   ByVal ItemID As String _ 
) As CommentCollection
public static CommentCollection GetCommentsByTypeAndId( 
   string ItemType,
   string ItemID 
)

Parameters

ItemType
Type of the item, i.e "ecomProduct".
ItemID
The item ID, i.e. "Prod1".
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Comment Class
Comment Members

Send Feedback