TeamsModelFactory.ListSectionsResponse 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.
Creates a new instance of ListSectionsResponse(String, String, List<SectionResponse>).
public static Azure.Connectors.Sdk.Teams.Models.ListSectionsResponse ListSectionsResponse(string context = default, string sectionsVersion = default, System.Collections.Generic.List<Azure.Connectors.Sdk.Teams.Models.SectionResponse> sections = default);
static member ListSectionsResponse : string * string * System.Collections.Generic.List<Azure.Connectors.Sdk.Teams.Models.SectionResponse> -> Azure.Connectors.Sdk.Teams.Models.ListSectionsResponse
Public Shared Function ListSectionsResponse (Optional context As String = Nothing, Optional sectionsVersion As String = Nothing, Optional sections As List(Of SectionResponse) = Nothing) As ListSectionsResponse
Parameters
- context
- String
- sectionsVersion
- String
- sections
- List<SectionResponse>