A reply to a feed entry.
Name | Type | Nullable? | Summary |
---|---|---|---|
ID | Int32 | The ID of the reply. | |
Body | String | The body of the reply. | |
IsRichHtml | Boolean | Indicates if the reply is rich-text or plain-text | |
CreatedUid | Guid | The UID of the reply's creator. | |
CreatedRefID | Int32 | The integer-based ID of the reply's creator. | |
CreatedFullName | String | The full name of the reply's creator. | |
CreatedFirstName | String | This field is nullable. | The first name of the reply's creator. |
CreatedLastName | String | This field is nullable. | The last name of the the reply's creator. |
CreatedByPicPath | String | This field is nullable. | The profile image file path of the reply's creator. |
CreatedDate | DateTime | The created date of the reply. |