Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHubSiteCollection

IHubSiteCollection

Hierarchy

Index

Properties

Optional done

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

Type declaration

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

      • resolve: (value?: Array<HubSite>) => 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<HubSite>

Results

Methods

getById

getConnectedHubs

  • getConnectedHubs(hubSiteId?: any, option?: number): IBaseExecution<Array<HubSite>>

getSiteUrlByHubSiteId

  • getSiteUrlByHubSiteId(hubSiteId?: any): IBaseExecution<string>

next

stringify

  • stringify(): string

Generated using TypeDoc