Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
IComment Interface Members
See Also  Properties  Methods 
Telerik.Cms.Engine Namespace : IComment Interface


The following tables list the members exposed by IComment.

Public Properties

 NameDescription
 PropertyAuthorGets or sets the author of the comment.  
 PropertyEmailGets or sets the email of the author.  
 PropertyID  
 PropertyIpAddressGets or sets the ip address of the author.  
 PropertyOwnerGets or sets the owner of the comment.  
 PropertyParentGets the parent of the comment.  
 PropertyTextGets or sets the text of the comment.  
 PropertyVisibleGets or sets a value indicating whether the comment is visible.  
 PropertyWebSiteGets or sets the web site of the author.  
Top

Public Methods

 NameDescription
 MethodGetCreationDate used for getting datatime from Cms.Engine  
 MethodIsReadByUser  
Top

See Also