RetrieveRecordWallResponse.EntityCollection Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets the collection of posts with their associated comments and the calculated attribute values.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public EntityCollection EntityCollection { get; }
Public ReadOnly Property EntityCollection As EntityCollection
Property Value
Type: Microsoft.Xrm.Sdk.EntityCollection
Type: EntityCollection
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.
See Also
RetrieveRecordWallResponse Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright