Share via


MicrofeedThreadCollection Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.Microfeed.MicrofeedThreadCollection", ServerTypeId="{b1046032-7e28-4b9e-a0c7-c1a3043e3ea0}", ValueObject=true)]
public class MicrofeedThreadCollection : Microsoft.SharePoint.Client.ClientValueObjectCollection<Microsoft.SharePoint.Client.Microfeed.MicrofeedThread>
type MicrofeedThreadCollection = class
    inherit ClientValueObjectCollection<MicrofeedThread>
Public Class MicrofeedThreadCollection
Inherits ClientValueObjectCollection(Of MicrofeedThread)
Inheritance
Attributes

Constructors

MicrofeedThreadCollection()

Properties

ChildItemsName (Inherited from ClientValueObjectCollection<T>)
Count (Inherited from ClientValueObjectCollection<T>)
CurrentUserUnreadMentionCount
Item[Int32] (Inherited from ClientValueObjectCollection<T>)
NewestProcessed
OldestProcessed
TypeId

Methods

Add(T) (Inherited from ClientValueObjectCollection<T>)
CustomFromJson(JsonReader) (Inherited from ClientValueObject)
CustomWriteToXml(XmlWriter, SerializationContext) (Inherited from ClientValueObject)
FromJson(JsonReader) (Inherited from ClientValueObject)
GetEnumerator() (Inherited from ClientValueObjectCollection<T>)
InitOnePropertyFromJson(String, JsonReader)
WriteToXml(XmlWriter, SerializationContext)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from ClientValueObjectCollection<T>)

Applies to