Search Results for

    Show / Hide Table of Contents

    Enum RenderListDataOptionsFlags

    Options to setup on the RenderListDataOptions RenderOptions property See https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/working-with-lists-and-list-items-with-rest#sprenderlistdataoptions-options

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public enum RenderListDataOptionsFlags : int

    AddToOneDrive

    Return the files representing mount points in the list

    ClientFormSchema

    Returns the client form schema to add and edit items

    ClientSideComponentManifest

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

    ContextInfo

    Return list context information

    CustomActions

    Do not return non-SPFX CustomAction

    DisableAutoHyperlink

    Prevents AutoHyperlink from being run on text fields in this query

    EnableMediaTAUrls

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

    FileSystemItemId

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

    FolderContentTypeOrder

    Return the order of items in the new-item menu

    GridInitInfo

    Return information to initialize Grid for quick edit

    ListAvailableContentTypes

    Return all content-types available on the list

    ListContentType

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

    ListData

    Return list data (same as None)

    ListSchema

    Return list schema

    MenuView

    Return HTML for the list menu

    None

    Return default output

    PageContextInfo

    Returns page context info for the current list being rendered

    ParentInfo

    Returns parent folder information

    QuickLaunch

    Returns QuickLaunch navigation nodes

    SiteUrlAsMediaTASPItemHost

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

    SPFXCustomActions

    Return SPFX CustomAction

    Spotlight

    Returns Spotlight rendering information

    ViewMetadata

    Returns view XML and other information about the current view

    Visualization

    Returns Visualization rendering information

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