| 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.CommonC#
[SerializableAttribute] public struct CommentsData
The CommentsData type exposes the following members.
| Name | Description | |
|---|---|---|
| comment |
The details of the comment.
| |
| date |
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.
| |
| userID |
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.
|