Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ChannelInfo interface
- Package:
- @microsoft/teams-js
Represents Channel information.
Properties
| defaultOneNoteSectionId | The OneNote section ID that is linked to the channel. |
| displayName | The name for the channel with which the content is associated. |
| id | The Microsoft Teams ID for the channel with which the content is associated. |
| membershipType | The type of the channel with which the content is associated. |
| ownerGroupId | The Microsoft Entra group ID of the team which owns the channel. |
| ownerTenantId | The tenant ID of the team which owns the channel. |
| relativeUrl | The relative path to the SharePoint folder associated with the channel. |
Property Details
defaultOneNoteSectionId
The OneNote section ID that is linked to the channel.
defaultOneNoteSectionId?: string
Property Value
string
displayName
The name for the channel with which the content is associated.
displayName?: string
Property Value
string
id
The Microsoft Teams ID for the channel with which the content is associated.
id: string
Property Value
string
membershipType
The type of the channel with which the content is associated.
membershipType?: ChannelType
Property Value
ownerGroupId
The Microsoft Entra group ID of the team which owns the channel.
ownerGroupId?: string
Property Value
string
ownerTenantId
The tenant ID of the team which owns the channel.
ownerTenantId?: string
Property Value
string
relativeUrl
The relative path to the SharePoint folder associated with the channel.
relativeUrl?: string
Property Value
string
Feedback
Was this page helpful?
