TeamsModelFactory.CreateSectionInput 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 CreateSectionInput(String, Nullable<JsonElement>, Nullable<Boolean>, Nullable<SortType>).
public static Azure.Connectors.Sdk.Teams.Models.CreateSectionInput CreateSectionInput(string displayName = default, System.Text.Json.JsonElement? displayIcon = default, bool? isExpanded = default, Azure.Connectors.Sdk.Teams.Models.SortType? sortType = default);
static member CreateSectionInput : string * Nullable<System.Text.Json.JsonElement> * Nullable<bool> * Nullable<Azure.Connectors.Sdk.Teams.Models.SortType> -> Azure.Connectors.Sdk.Teams.Models.CreateSectionInput
Public Shared Function CreateSectionInput (Optional displayName As String = Nothing, Optional displayIcon As Nullable(Of JsonElement) = Nothing, Optional isExpanded As Nullable(Of Boolean) = Nothing, Optional sortType As Nullable(Of SortType) = Nothing) As CreateSectionInput
Parameters
- displayName
- String
- displayIcon
- Nullable<JsonElement>