Class RenderListDataOptions
Inheritance
System.Object
RenderListDataOptions
Assembly: PnP.Core.dll
Syntax
public class RenderListDataOptions : object
Properties
Specifies if required fields should be returned or not
Declaration
public bool? AddRequiredFields { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Specifies if multi value filtering is allowed for taxonomy fields or not
Declaration
public bool? AllowMultipleValueFilterForTaxonomyFields { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Audience to use while processing this request
Declaration
public bool? AudienceTarget { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Specifies if we return DateTime field in UTC or local time
Declaration
public bool? DatesInUtc { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Declaration
public bool? DeferredRender { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Specifies if the grouping should be expanded or not
Declaration
public bool? ExpandGroups { get; set; }
Property Value
System.Nullable<System.Boolean>
|
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>
|
Specifies the url to the folder from which to return items
Declaration
public string FolderServerRelativeUrl { get; set; }
Property Value
Comma-separated list of field names whose values should be rewritten to CDN URLs
Declaration
public string ImageFieldsToTryRewriteToCdnUrls { get; set; }
Property Value
Merge with the default view?
Declaration
public bool? MergeDefaultView { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Return the original date?
Declaration
public bool? OriginalDate { get; set; }
Property Value
System.Nullable<System.Boolean>
|
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
Specifies the paging information
Declaration
public string Paging { get; set; }
Property Value
Specifies the type of output to return
Declaration
public RenderListDataOptionsFlags? RenderOptions { get; set; }
Property Value
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>
|
Specifies the CAML view XML
Declaration
public string ViewXml { get; set; }
Property Value
Methods
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
|