Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFolderQueryCollection

IFolderQueryCollection

Hierarchy

Index

Properties

Optional done

done: (resolve: (value?: Array<FolderOData>) => void) => void

Type declaration

existsFl

existsFl: boolean

True, if the object exists, false otherwise.

nextFl

nextFl: boolean

True, if more items exist.

response

response: string

The response

results

results: Array<FolderOData>

Results

Methods

add

  • add(url?: string): IBaseExecution<Folder>
  • Parameters

    • Optional url: string

    Returns IBaseExecution<Folder>

addUsingPath

  • addUsingPath(DecodedUrl?: string, Overwrite?: boolean): IBaseExecution<Folder>
  • Parameters

    • Optional DecodedUrl: string
    • Optional Overwrite: boolean

    Returns IBaseExecution<Folder>

addWithOverwrite

  • addWithOverwrite(url?: string, overwrite?: boolean): IBaseExecution<Folder>

getByPath

getByUrl

next

stringify

  • stringify(): string

Generated using TypeDoc