This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets or sets the number of latest comments to be returned. When LatestCommentsCount is set the ContentItem and CommentId parameters are ignored and an overview of latest comments for the entire site is returned.

Namespace: Smartsite.WebToolkit
Assembly:  Smartsite.WebToolkit (in Smartsite.WebToolkit.dll)

Syntax

C#Copy imageCopy Code
public int LatestCommentsCount { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
Public Property LatestCommentsCount As Integer
	Get
	Set

See Also

Advanced