CommentsData Structure
This structure stores the ID of the User, the date and time at which the comment was added, and the details of the comment.

Namespace:  Talisma.Server.Common
 

Syntax
C#
[SerializableAttribute]
public struct CommentsData

The CommentsData type exposes the following members.

Fields
NameDescription
Public fieldcomment
The details of the comment.
Public fielddate
Date and time the comment was added. This value should be in the following format: <Year>-<Month>-<Date>T<HH>:<MM>:<SS>Z For example, you can use "2006-03-13T12:46:30Z" as a date value.
Public fielduserID
A unique ID identify a User in CampusNexus CRM. The comment details in the Comment Tab are added by the User associated with this User ID.
Top
See Also