API Reference
Class
EmailCommentItem
Item definition for EmailCommentList.
Inheritance
- Object
- EmailCommentItem
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailCommentList.Comments
Accepted by parameters
- Method EmailCommentList.AddComment
Constructors
public EmailCommentItem() #Inherited Methods
Properties
public String Meta { get; set; } #Optional meta text (timestamp, source, etc.).
public String Href { get; set; } #Optional link URL (applied to the author label).
public String AvatarSource { get; set; } #Avatar image source.
public String AvatarInitials { get; set; } #Avatar initials override.
public Boolean ShowAvatar { get; set; } #Allows disabling the avatar for this comment.
public Boolean ShowMeta { get; set; } #Allows disabling the meta line for this comment.