The ActivityPost type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddComment |
Adds a comment to steram post
| |
| AddLike |
Adds like to this post
| |
| Equals | Overloaded. | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetComments |
Gets most recent comments for this post, in ascending order
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RemoveComment |
Removes a comment from stream post
| |
| RemoveLike |
Removes a like
| |
| SyncWithPost |
Syncs 2 post, raising property change event if necessary
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Actor |
Profile object of user who posted this post
| |
| ActorUserId |
Id of user who posted this message
| |
| AppId |
AppId of this post
| |
| Attachment |
Attachment information
| |
| Attribution |
Attribution of this post
| |
| CanComment |
Identifies if currently logged in user can comment on this post
| |
| CanLike |
Identifies if currently logged in user can like this post
| |
| CanRemoveComments |
Identifies if currently logged in user can remove this post
| |
| CommentCount |
Number of comments for this post
| |
| Comments |
List of comments for this post
| |
| CreatedTime |
Time this post was created
| |
| FilterKey |
Filter key of this post
| |
| HasLiked |
Identifies if currently logged in user has liked this post
| |
| LikedCount |
Number of people who have liked this post
| |
| Likes |
People who have liked this post
| |
| Message |
Post message
| |
| Permalink |
Permalink for the post
| |
| PostId |
Id of this post
| |
| TargetUserId |
Id of target user or page
| |
| Type |
Type of this post
| |
| UpdatedTime |
Time post was last upated
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Property change event
|