Skip to content

Commit 71b4372

Browse files
committed
Update teamworkSection properties to include links for sectionType and sortType
1 parent 80f5ab6 commit 71b4372

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api-reference/beta/resources/teamworksection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Represents a section in a user's Microsoft Teams chat list that organizes chats,
3737
| isExpanded | Boolean | Indicates whether the section is expanded in the user interface. The default value is `true`. |
3838
| isHierarchicalViewEnabled | Boolean | Indicates whether the hierarchical view is enabled for the section. Read-only. |
3939
| lastModifiedDateTime | DateTimeOffset | Date and time when the section was last modified. Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024, is `2024-01-01T00:00:00Z`. |
40-
| sectionType | sectionType | The type of the section. The possible values are: `userDefined`, `systemDefined`, `unknownFutureValue`. Read-only. |
41-
| sortType | sectionSortType | The sort order of items in the section. The valid values depend on the **sectionType**. The possible values are: `mostRecent`, `unreadThenMostRecent`, `nameAlphabetical`, `userDefinedCustomOrder`, `unknownFutureValue`. For more information, see [sectionSortType values](#sectionsorttype-values). |
40+
| sectionType | [sectionType](#sectiontype-values) | The type of the section. The possible values are: `userDefined`, `systemDefined`, `unknownFutureValue`. Read-only. |
41+
| sortType | [sectionSortType](#sectionsorttype-values) | The sort order of items in the section. The valid values depend on the **sectionType**. The possible values are: `mostRecent`, `unreadThenMostRecent`, `nameAlphabetical`, `userDefinedCustomOrder`, `unknownFutureValue`. |
4242

4343
### sectionType values
4444

0 commit comments

Comments
 (0)