Table of Contents

Enum RenderListDataOptionsFlags

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll
[Flags]
public enum RenderListDataOptionsFlags

Fields

AddToOneDrive = 1048576

Return the files representing mount points in the list

ClientFormSchema = 64

Returns the client form schema to add and edit items

ClientSideComponentManifest = 32768

Return client-side component manifest information associated with the list (reserved for future use)

ContextInfo = 1

Return list context information

CustomActions = 4194304

Do not return non-SPFX CustomAction

Prevents AutoHyperlink from being run on text fields in this query

EnableMediaTAUrls = 4096

Enables URLs pointing to Media TA service, such as .thumbnailUrl, .videoManifestUrl, .pdfConversionUrls

FileSystemItemId = 32

The returned list will have a FileSystemItemId field on each item if possible. Must be combined with the ListData flag

FolderContentTypeOrder = 131072

Return the order of items in the new-item menu

GridInitInfo = 262144

Return information to initialize Grid for quick edit

ListAvailableContentTypes = 65536

Return all content-types available on the list

ListContentType = 16

Returns information about list content types. Must be combined with the ContextInfo flag

ListData = 2

Return list data (same as None)

ListSchema = 4

Return list schema

MenuView = 8

Return HTML for the list menu

None = 0

Return default output

PageContextInfo = 16384

Returns page context info for the current list being rendered

ParentInfo = 8192

Returns parent folder information

QuickLaunch = 128

Returns QuickLaunch navigation nodes

SPFXCustomActions = 2097152

Return SPFX CustomAction

SiteUrlAsMediaTASPItemHost = 524288

Indicator if the vroom API of the SPItemUrl returned in MediaTAUrlGenerator should use site url as host

Spotlight = 256

Returns Spotlight rendering information

ViewMetadata = 1024

Returns view XML and other information about the current view

Visualization = 512

Returns Visualization rendering information