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
    System.Object
    RenderListDataOptions
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class RenderListDataOptions : object

    Properties

    AddRequiredFields

    Specifies if required fields should be returned or not

    Declaration
    public bool? AddRequiredFields { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    AllowMultipleValueFilterForTaxonomyFields

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

    Declaration
    public bool? AllowMultipleValueFilterForTaxonomyFields { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    AudienceTarget

    Audience to use while processing this request

    Declaration
    public bool? AudienceTarget { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    DatesInUtc

    Specifies if we return DateTime field in UTC or local time

    Declaration
    public bool? DatesInUtc { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    DeferredRender

    Use a deferred render?

    Declaration
    public bool? DeferredRender { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    ExpandGroups

    Specifies if the grouping should be expanded or not

    Declaration
    public bool? ExpandGroups { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    FirstGroupOnly

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

    Declaration
    public bool? FirstGroupOnly { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    FolderServerRelativeUrl

    Specifies the url to the folder from which to return items

    Declaration
    public string FolderServerRelativeUrl { get; set; }
    Property Value
    System.String

    ImageFieldsToTryRewriteToCdnUrls

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

    Declaration
    public string ImageFieldsToTryRewriteToCdnUrls { get; set; }
    Property Value
    System.String

    MergeDefaultView

    Merge with the default view?

    Declaration
    public bool? MergeDefaultView { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    OriginalDate

    Return the original date?

    Declaration
    public bool? OriginalDate { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    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
    System.String

    Paging

    Specifies the paging information

    Declaration
    public string Paging { get; set; }
    Property Value
    System.String

    RenderOptions

    Specifies the type of output to return

    Declaration
    public RenderListDataOptionsFlags? RenderOptions { get; set; }
    Property Value
    System.Nullable<RenderListDataOptionsFlags>

    ReplaceGroup

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

    Declaration
    public bool? ReplaceGroup { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    ViewXml

    Specifies the CAML view XML

    Declaration
    public string ViewXml { get; set; }
    Property Value
    System.String

    Methods

    SetViewXmlFromFields(List<String>)

    Populates the needed ViewXml based upon the passed field names

    Declaration
    public void SetViewXmlFromFields(List<string> fieldInternalNames)
    Parameters
    PnP.Core.Model.SharePoint.List<System.String> fieldInternalNames

    List of fields specified via their internal name

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