RetrieveRecordWallResponse.EntityCollection Property

Definition

Gets the collection of posts with their associated comments and the calculated attribute values.

public:
 property Microsoft::Xrm::Sdk::EntityCollection ^ EntityCollection { Microsoft::Xrm::Sdk::EntityCollection ^ get(); };
public Microsoft.Xrm.Sdk.EntityCollection EntityCollection { get; }
member this.EntityCollection : Microsoft.Xrm.Sdk.EntityCollection
Public ReadOnly Property EntityCollection As EntityCollection

Property Value

The collection of posts with their associated comments and the calculated attribute values.

Remarks

The comments are returned in RelatedEntityCollection for each post. This property returns the following calculated attribute values: CommentCount (Integer), LikeCount (int) Followed (Boolean), liked (bool), and DeleteEnabled (Boolean) on each post; and DeleteEnabled (Boolean) on each post comment. This property also returns the MoreRecords (Boolean) attribute, which indicates whether there are more pages of posts to retrieve.

Applies to