Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SharePointSiteInfo interface
- Package:
- @microsoft/teams-js
Represents information about a SharePoint site
Properties
| mySiteDomain | The SharePoint my site domain associated with the user. |
| mySitePath | The SharePoint relative path to the current users mysite |
| teamSiteDomain | The domain of the root SharePoint site associated with the team. |
| teamSiteId | Teamsite ID, aka sharepoint site id. |
| teamSitePath | The relative path to the SharePoint site associated with the team. |
| teamSiteUrl | The root SharePoint site associated with the team. |
Property Details
mySiteDomain
The SharePoint my site domain associated with the user.
mySiteDomain?: string
Property Value
string
mySitePath
The SharePoint relative path to the current users mysite
mySitePath?: string
Property Value
string
teamSiteDomain
The domain of the root SharePoint site associated with the team.
teamSiteDomain?: string
Property Value
string
teamSiteId
Teamsite ID, aka sharepoint site id.
teamSiteId?: string
Property Value
string
teamSitePath
The relative path to the SharePoint site associated with the team.
teamSitePath?: string
Property Value
string
teamSiteUrl
The root SharePoint site associated with the team.
teamSiteUrl?: string
Property Value
string
Feedback
Was this page helpful?
