| title | plannerBucketTaskBoardTaskFormat resource type |
|---|---|
| description | Represents the information used to render a task correctly in the buckets view of a task board. |
| ms.localizationpriority | medium |
| author | TarkanSevilmis |
| ms.subservice | planner |
| doc_type | resourcePageType |
| ms.date | 05/23/2024 |
Namespace: microsoft.graph
Represents the information used to render a task correctly in the buckets view of a task board (a view organized by tasks within the buckets they're assigned to). Each task has one plannerBucketTaskBoardTaskFormat object associated with it.
| Method | Return Type | Description |
|---|---|---|
| Get bucket task board format | plannerBucketTaskBoardTaskFormat | Read properties and relationships of plannerBucketTaskBoardTaskFormat object. |
| Update bucket task board format | plannerBucketTaskBoardTaskFormat | Update plannerBucketTaskBoardTaskFormat object. |
| Property | Type | Description |
|---|---|---|
| id | String | Read-only. ID of the resource. It's 28 characters long and case-sensitive. The format validation is done on the service. |
| orderHint | String | Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. |
None.
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"orderHint": "String"
}