Share via


SocialFeedManager Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.Social.SocialFeedManager", ServerTypeId="{c32f5230-2ed0-48fa-ac80-e2ffa22e3d28}")]
public class SocialFeedManager : Microsoft.SharePoint.Client.ClientObject
type SocialFeedManager = class
    inherit ClientObject
Public Class SocialFeedManager
Inherits ClientObject
Inheritance
SocialFeedManager
Attributes

Constructors

SocialFeedManager(ClientRuntimeContext)
SocialFeedManager(ClientRuntimeContext, ObjectPath)

Properties

Context (Inherited from ClientObject)
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Owner
Path (Inherited from ClientObject)
PersonalSitePortalUri
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
TypedObject (Inherited from ClientObject)

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CreateFileAttachment(String, String, Stream)
CreateImageAttachment(String, String, Stream)
CreatePost(String, SocialPostCreationData)
CustomFromJson(JsonReader) (Inherited from ClientObject)
DeletePost(String)
FromJson(JsonReader) (Inherited from ClientObject)
GetAllLikers(String)
GetFeed(SocialFeedType, SocialFeedOptions)
GetFeedFor(String, SocialFeedOptions)
GetFullThread(String)
GetMentions(Boolean, SocialFeedOptions)
GetPreview(String)
GetPreviewImage(String, String, String)
GetUnreadMentionCount()
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LikePost(String)
LoadExpandoFields() (Inherited from ClientObject)
LockThread(String)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
SuppressThreadNotifications(String)
UnlikePost(String)
UnlockThread(String)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to