Expand Minimize

SPMicrofeedDataQuery Transformation

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

Type Mapping

SSOM Microsoft.Office.Server.Microfeed.SPMicrofeedDataQuery
CSOM Microsoft.SharePoint.Client.Microfeed.MicrofeedDataQuery

Constructors

SSOM System.Void .ctor()
CSOM ctor()

Properties

SSOM System.UInt32 get_ItemLimit()
CSOM UInt32 MicrofeedDataQuery.get_ItemLimit()
SSOM System.String get_Query()
CSOM String MicrofeedDataQuery.get_Query()
SSOM System.String[] get_ViewFields()
CSOM String[] MicrofeedDataQuery.get_ViewFields()
SSOM System.Boolean get_ViewFieldsOnly()
CSOM Boolean MicrofeedDataQuery.get_ViewFieldsOnly()
SSOM System.Void set_ItemLimit(System.UInt32)
CSOM MicrofeedDataQuery.set_ItemLimit(UInt32)
SSOM System.Void set_Query(System.String)
CSOM MicrofeedDataQuery.set_Query(String)
SSOM System.Void set_ViewFields(System.String[])
CSOM MicrofeedDataQuery.set_ViewFields(String[])
SSOM System.Void set_ViewFieldsOnly(System.Boolean)
CSOM MicrofeedDataQuery.set_ViewFieldsOnly(Boolean)

Methods

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.