ChannelInfo interface
Represents Channel information.
Properties
default |
The OneNote section ID that is linked to the channel. |
display |
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. |
membership |
The type of the channel with which the content is associated. |
owner |
The Microsoft Entra group ID of the team which owns the channel. |
owner |
The tenant ID of the team which owns the channel. |
relative |
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