Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the results of a folder search operation.

Hierarchy

  • FindFoldersResults

Index

Constructors

constructor

  • Initializes a new instance of the FindFoldersResults class.

    Returns FindFoldersResults

Properties

Private folders

folders: Folder[]

Private moreAvailable

moreAvailable: boolean

Private nextPageOffset

nextPageOffset: number

Private totalCount

totalCount: number

Accessors

Folders

  • Gets a collection containing the folders that were found by the search operation.

    Returns Folder[]

MoreAvailable

  • get MoreAvailable(): boolean
  • set MoreAvailable(value: boolean): void
  • Gets a value indicating whether more folders matching the search criteria.

    Returns boolean

  • Gets a value indicating whether more folders matching the search criteria.

    Parameters

    • value: boolean

    Returns void

NextPageOffset

  • get NextPageOffset(): number
  • set NextPageOffset(value: number): void
  • Gets the offset that should be used with FolderView to retrieve the next page of folders in a FindFolders operation.

    Returns number

  • Gets the offset that should be used with FolderView to retrieve the next page of folders in a FindFolders operation.

    Parameters

    • value: number

    Returns void

TotalCount

  • get TotalCount(): number
  • set TotalCount(value: number): void
  • Gets the total number of folders matching the search criteria available in the searched folder.

    Returns number

  • Gets the total number of folders matching the search criteria available in the searched folder.

    Parameters

    • value: number

    Returns void

Generated using TypeDoc