TeamsClient.ListSectionItemsAsync(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List section items
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.ListSectionItemsResponse> ListSectionItemsAsync(string sectionId, System.Threading.CancellationToken cancellationToken = default);
abstract member ListSectionItemsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.ListSectionItemsResponse>
override this.ListSectionItemsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.ListSectionItemsResponse>
Public Overridable Function ListSectionItemsAsync (sectionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ListSectionItemsResponse)
Parameters
- sectionId
- String
Section ID
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The List section items response.
Remarks
Lists the items (chats, channels, meetings, communities) in a teamwork section. Each item belongs to exactly one section at a time.