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