SharePointSiteInfo interface
Represents information about a SharePoint site
Properties
my |
The SharePoint my site domain associated with the user. |
my |
The SharePoint relative path to the current users mysite |
team |
The domain of the root SharePoint site associated with the team. |
team |
Teamsite ID, aka sharepoint site id. |
team |
The relative path to the SharePoint site associated with the team. |
team |
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