TeamProfileSections
Retrieves a team profile's Sections
Select
The cmdlet processes filters client-side within the cmdlet.
For example, the following query is processed server side:
SELECT * FROM TeamProfileSections
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The Id of the section. | |
| TeamId | String | The Id of the Team. | |
| Order | Integer | The placement of the section on the profile. | |
| Label | String | The text that will appear under the section. | |
| SectionType | String | The type of content in the section. Users can only create custom section types. | |
| IsHidden | Boolean | Indicates whether the section is hidden or not. |