MicrofeedPostCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.ScriptType("SP.Microfeed.MicrofeedPostCollection", ServerTypeId="{e67f3b82-33dc-4065-b876-e99e6fe672b4}", ValueObject=true)]
public class MicrofeedPostCollection : Microsoft.SharePoint.Client.ClientValueObjectCollection<Microsoft.SharePoint.Client.Microfeed.MicrofeedPost>
type MicrofeedPostCollection = class
inherit ClientValueObjectCollection<MicrofeedPost>
Public Class MicrofeedPostCollection
Inherits ClientValueObjectCollection(Of MicrofeedPost)
- Inheritance
- Attributes
Constructors
| MicrofeedPostCollection() |
Properties
| ChildItemsName | (Inherited from ClientValueObjectCollection<T>) |
| Count | (Inherited from ClientValueObjectCollection<T>) |
| Item[Int32] | (Inherited from ClientValueObjectCollection<T>) |
| 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) | (Inherited from ClientValueObjectCollection<T>) |
| WriteToXml(XmlWriter, SerializationContext) | |
Explicit Interface Implementations
| IEnumerable.GetEnumerator() | (Inherited from ClientValueObjectCollection<T>) |