RetrievePersonalWallRequest Class

Definition

Contains the data that is needed to retrieve pages of posts, including comments for each post, for all records that the calling user is following.

public ref class RetrievePersonalWallRequest sealed : Microsoft::Xrm::Sdk::OrganizationRequest
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class RetrievePersonalWallRequest : Microsoft.Xrm.Sdk.OrganizationRequest
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type RetrievePersonalWallRequest = class
    inherit OrganizationRequest
Public NotInheritable Class RetrievePersonalWallRequest
Inherits OrganizationRequest
Inheritance
RetrievePersonalWallRequest
Attributes

Examples

The following example shows how to use this message. For this sample to work correctly, you must be connected to the server to get an IOrganizationService interface instance. For the complete sample, see the link later in this topic.

Remarks

For the Web API use the RetrievePersonalWall function.

Usage

Pass an instance of this class to the Execute(OrganizationRequest) method, which returns an instance of the RetrievePersonalWallResponse class.

Privileges and Access Rights

For a complete list of the required privileges, see RetrievePersonalWall message privileges.

Notes for Callers

The posts that are retrieved for your personal wall include the following: the posts that are regarding the records that you follow; the posts that mention records that you follow; and the posts that are regarding you or that mention you. If a post is regarding a record, the Post.RegardingObjectId attribute contains the record ID. If a post mentions a record, the record ID is specified within the Post.Text attribute.

You can only follow records that you have Read permissions for. If you lose Read permissions on a record, a follow is automatically removed.

All Microsoft Dynamics 365 users automatically follow themselves.

Constructors

RetrievePersonalWallRequest()

Initializes a new instance of the RetrievePersonalWallRequest class.

Properties

CommentsPerPost

Gets or sets, for retrieval, the number of comments per post. Required.

EndDate

Gets or sets the end date and time of the posts that you want to retrieve. Optional.

ExtensionData

Gets or sets the structure that contains extra data. Optional.

(Inherited from OrganizationRequest)
Item[String]

Gets or sets the indexer for the Parameters collection.

(Inherited from OrganizationRequest)
Keyword
PageNumber

Gets or sets, for retrieval, a specific page of posts that is designated by its page number. Required.

PageSize

Gets or sets, for retrieval, the number of posts per page. Required.

Parameters

Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)
RequestId

Gets or sets the ID of the request. Optional.

(Inherited from OrganizationRequest)
RequestName

Gets or sets the name of the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)
SortDirection
Source

Gets or sets a value that specifies the source of the post. Optional.

StartDate

Gets or sets the start date and time of the posts that you want to retrieve. Optional.

Type

Reserved for future use.

Applies to

See also