Expand Minimize

SPMicrofeedDataCollection Transformation

Mappings for SharePoint class Microsoft.Office.Server.Microfeed.SPMicrofeedDataCollection

Type Mapping

SSOM Microsoft.Office.Server.Microfeed.SPMicrofeedDataCollection
CSOM Microsoft.SharePoint.Client.Microfeed.MicrofeedDataCollection

Constructors

SSOM System.Void .ctor()
CSOM ctor(ClientRuntimeContext,ObjectPath)
SSOM System.Void .ctor(System.Collections.Generic.IEnumerable`1<Microsoft.Office.Server.Microfeed.SPMicrofeedData>)
CSOM ctor(ClientRuntimeContext,ObjectPath)

Properties

SSOM System.Int32 get_Count()
CSOM Int32 ClientObjectCollection.get_Count()
SSOM Microsoft.Office.Server.Microfeed.SPMicrofeedData get_Item(System.Int32)
CSOM T ClientObjectCollection`1.get_Item(Int32)
SSOM System.DateTime get_LastItemDeletedDate()
CSOM DateTime MicrofeedDataCollection.get_LastItemDeletedDate()
SSOM System.Void set_LastItemDeletedDate(System.DateTime)
CSOM MicrofeedDataCollection.set_LastItemDeletedDate(DateTime)

Methods

SSOM System.Void DeleteAll()
CSOM MicrofeedDataCollection.DeleteAll()
SSOM System.Collections.Generic.IEnumerator`1<Microsoft.Office.Server.Microfeed.SPMicrofeedData> GetEnumerator()
CSOM IEnumerator System.Collections.IEnumerable.GetEnumerator()
CSOM IEnumerator ClientObjectCollection`1.GetEnumerator()
Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.