Add-FormsToTask
- 1 Minute to read
- Print
- DarkLight
- PDF
Add-FormsToTask
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Add forms to an existing task.
Add-FormsToTask
-TaskId
-Forms
-IncludeForms
-IncludeProject
Returns a task object.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
TaskId | Int32 | Yes | The task id. |
Forms | List<Form> | Yes | The list of form objects to add to the task. |
IncludeForms | Switch | No, Defaults to false | Adds the `Forms` property to the output. |
IncludeProject | Switch | No, Defaults to false | Adds the parent `Project` property to the output. |
Examples
Add a form to an existing task
# TODO