SocialThread members

Represents a thread in a social feed.

The SocialThread type exposes the following members.

Constructors

  Name Description
Public method SocialThread Initializes a new instance of a SocialThread object.

Top

Properties

  Name Description
Public property Actors Gets an array of actors who are participants in the thread.
Public property Attributes Gets a set of attributes that apply to the thread.
Public property Id Gets the unique identifier of the thread.
Public property OwnerIndex Gets the index of the thread's owner in the thread's actors.
Public property Permalink Gets a stable URI for navigating directly to the thread, if one is available.
Public property PostReference Gets the referenced post, if the thread is a reference-type thread.
Public property Replies Gets the replies to the thread.
Public property RootPost Gets the root post of the thread.
Public property Status Gets a code that identifies recoverable errors that occurred during thread retrieval.
Public property ThreadType Gets the thread type.
Public property TotalReplyCount Gets the count of the total number of replies for the thread.
Public property TypeId This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.)

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method WriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

See also

Reference

SocialThread class

Microsoft.SharePoint.Client.Social namespace