Search Results for

    Show / Hide Table of Contents

    Class RenderListDataOptions

    Options to configure the rendering of list data via the RenderListDataAsStream method of IList See https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/working-with-lists-and-list-items-with-rest#renderlistdataasstream-body-parameter-properties

    Inheritance
    object
    RenderListDataOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class RenderListDataOptions

    Properties

    AddRequiredFields

    Specifies if required fields should be returned or not

    Declaration
    public bool? AddRequiredFields { get; set; }
    Property Value
    bool?

    AllowMultipleValueFilterForTaxonomyFields

    Specifies if multi value filtering is allowed for taxonomy fields or not

    Declaration
    public bool? AllowMultipleValueFilterForTaxonomyFields { get; set; }
    Property Value
    bool?

    AudienceTarget

    Audience to use while processing this request

    Declaration
    public bool? AudienceTarget { get; set; }
    Property Value
    bool?

    DatesInUtc

    Specifies if we return DateTime field in UTC or local time

    Declaration
    public bool? DatesInUtc { get; set; }
    Property Value
    bool?

    DeferredRender

    Use a deferred render?

    Declaration
    public bool? DeferredRender { get; set; }
    Property Value
    bool?

    ExpandGroups

    Specifies if the grouping should be expanded or not

    Declaration
    public bool? ExpandGroups { get; set; }
    Property Value
    bool?

    FirstGroupOnly

    Specifies if only the first group should be returned or not (regardless of view schema)

    Declaration
    public bool? FirstGroupOnly { get; set; }
    Property Value
    bool?

    FolderServerRelativeUrl

    Specifies the url to the folder from which to return items

    Declaration
    public string FolderServerRelativeUrl { get; set; }
    Property Value
    string

    ImageFieldsToTryRewriteToCdnUrls

    Comma-separated list of field names whose values should be rewritten to CDN URLs

    Declaration
    public string ImageFieldsToTryRewriteToCdnUrls { get; set; }
    Property Value
    string

    MergeDefaultView

    Merge with the default view?

    Declaration
    public bool? MergeDefaultView { get; set; }
    Property Value
    bool?

    OriginalDate

    Return the original date?

    Declaration
    public bool? OriginalDate { get; set; }
    Property Value
    bool?

    OverrideViewXml

    Specifies the override XML to be combined with the View CAML. Applies only to the Query/Where part of the View CAML

    Declaration
    public string OverrideViewXml { get; set; }
    Property Value
    string

    Paging

    Specifies the paging information

    Declaration
    public string Paging { get; set; }
    Property Value
    string

    RenderOptions

    Specifies the type of output to return

    Declaration
    public RenderListDataOptionsFlags? RenderOptions { get; set; }
    Property Value
    RenderListDataOptionsFlags?

    ReplaceGroup

    Specifies if the grouping should be replaced or not to deal with GroupBy throttling

    Declaration
    public bool? ReplaceGroup { get; set; }
    Property Value
    bool?

    ViewXml

    Specifies the CAML view XML

    Declaration
    public string ViewXml { get; set; }
    Property Value
    string

    Methods

    SetViewXmlFromFields(List<string>)

    Populates the needed ViewXml based upon the passed field names

    Declaration
    public void SetViewXmlFromFields(List<string> fieldInternalNames)
    Parameters
    List<string> fieldInternalNames

    List of fields specified via their internal name

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer