Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RetrievePersonalWallResponse.EntityCollection Property

Definition

Namespace:
Microsoft.Crm.Sdk.Messages
Assembly:
Microsoft.Crm.Sdk.Proxy.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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 associated comments are returned in the RelatedEntityCollection for each post. This property returns the following calculated attributes: CommentCount (Integer), Followed (Boolean), and DeleteEnabled (Boolean) on each post; and DeleteEnabled (Boolean) on each post comment. This property also returns the MoreRecords (Boolean), which indicates whether there are more pages of posts to retrieve.

Applies to