isEditRestricted |
Boolean |
Specifies whether editing this feed element or
comment is restricted. If true, the context user can’t edit this feed
element or comment. If false, the context user may or may not have
permission to edit this feed element or comment. To
determine if the context user can edit a feed element or comment,
use the isFeedElementEditableByMe(communityId, feedElementId)
or isCommentEditableByMe(communityId, commentId)
method. |
34.0 |
isEditableByMeUrl |
String |
The URL to check if the context user is able to edit
this feed element or comment. |
34.0 |
lastEditedBy |
ConnectApi.Actor |
Who last edited this feed element or
comment. |
34.0 |
lastEditedDate |
Datetime |
The most recent edit date of this feed element or
comment. |
34.0 |
latestRevision |
Integer |
The most recent revision of this feed element or
comment. |
34.0 |
relativeLastEditedDate |
String |
Relative last edited date, for example, “2h
ago.” |
34.0 |