Share via


MicrofeedStore Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.Microfeed.MicrofeedStore", ServerTypeId="{161dc7a0-cfdf-413d-b2d4-f046a70f96e6}")]
public class MicrofeedStore : Microsoft.SharePoint.Client.ClientObject
type MicrofeedStore = class
    inherit ClientObject
Public Class MicrofeedStore
Inherits ClientObject
Inheritance
MicrofeedStore
Attributes

Constructors

MicrofeedStore(ClientRuntimeContext)
MicrofeedStore(ClientRuntimeContext, ObjectPath)

Properties

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

Methods

AddData(String, Byte[])
AddDataAsStream(String, Stream)
CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
ExecutePendingOperations()
FromJson(JsonReader) (Inherited from ClientObject)
GetItem(String)
GetSocialFeedManagerForUser(ClientRuntimeContext, String)
GetSocialProperties(String)
IncrementUnreadAtMentionCount(String)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader) (Inherited from ClientObject)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
NewItem(String)
Query(String, MicrofeedDataQuery)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
SetPostLikeStatus(String, String, Boolean)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to