Add-FormsToTask
  • 1 Minute to read
  • Dark
    Light
  • PDF

Add-FormsToTask

  • Dark
    Light
  • PDF

Article summary

Summary

Add forms to an existing task.

Add-FormsToTask
    -TaskId
    -Forms
    -IncludeForms
    -IncludeProject

Returns a task object.

Parameters

ParameterTypeRequired?Notes
TaskIdInt32YesThe task id.
FormsList<Form>YesThe list of form objects to add to the task.
IncludeFormsSwitchNo, Defaults to falseAdds the `Forms` property to the output.
IncludeProjectSwitchNo, Defaults to falseAdds the parent `Project` property to the output.

Examples

Add a form to an existing task

# TODO

What's Next