The Webs function is a TypeScript function that creates an object with methods for interacting with SharePoint webs.

  • Parameters

    • baseUrl: string

      The base URL of the web service.

    • clientId: TClientId

      The clientId parameter is of type TClientId, which is a custom type that represents the client ID. It is used to identify the client associated with the webs.

    • siteId: string

      The siteId parameter is a string that represents the ID of a specific site within a SharePoint environment. It is used to identify the site for which the webs are being queried or manipulated.

    • OptionalwebsId: string = null

      The websId parameter is the ID of the specific web or subsite within a SharePoint site collection. It is used to identify and perform operations on a specific web or subsite.

    Returns IQueryWebs

    The function Webs returns an object of type IQueryWebs.