CreateListResponse Class
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.
Response for Update a list
public class CreateListResponse
type CreateListResponse = class
Public Class CreateListResponse
- Inheritance
-
CreateListResponse
Constructors
| Name | Description |
|---|---|
| CreateListResponse() | |
Properties
| Name | Description |
|---|---|
| BoardId |
The unique Id of the board the list belongs to. |
| ListId |
The unique Id of the list. |
| ListName |
The name of the list. |
| ListPosition |
The position of the list. |