The base URL of the web service.
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.
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.
Optional
websId: string = nullThe 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.
The function Webs
returns an object of type IQueryWebs
.
The
Webs
function is a TypeScript function that creates an object with methods for interacting with SharePoint webs.