Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWebCollection

IWebCollection

Hierarchy

Index

Properties

Optional done

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

Type declaration

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

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

            • Optional value: Array<Web>

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

Results

Methods

add

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

    • Optional parameters: WebCreationInformation

    Returns IBaseExecution<Web>

next

  • next(): IBaseCollection<Web>

stringify

  • stringify(): string

Generated using TypeDoc