ENUM

SharePointSearchObjectType

Description

Object type to constrain the search against.

link GraphQL Schema definition

  • enum SharePointSearchObjectType {
  • # Search all.
  • ALL
  • # Search library only.
  • LIBRARY
  • # Search list only.
  • LIST
  • # Unspecified object type.
  • OBJECT_UNSPECIFIED
  • # Search site only.
  • SITE
  • # Search webpart only.
  • WEBPART
  • }