Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWebQueryCollection

IWebQueryCollection

Hierarchy

Index

Properties

Optional done

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

Type declaration

    • (resolve: (value?: Array<WebOData>) => void): void
    • Parameters

      • resolve: (value?: Array<WebOData>) => void
          • Parameters

            Returns void

      Returns void

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<WebOData>

Results

Methods

add

  • add(parameters?: WebCreationInformation): IBaseExecution<Web>
  • Parameters

    • Optional parameters: WebCreationInformation

    Returns IBaseExecution<Web>

next

stringify

  • stringify(): string

Generated using TypeDoc