Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Create a copy of the provided board.

Parameters

Parameter name

Type

Required

Description

board

string

boolean

Yes

The name or the id of the board to be copied.

Return type

string 

The True if the board that was createdsuccessfully copied.

Example

Code Block
stringboolean copyisCopied = copyBoard("DEMO");

Result: The result will create a copy of "DEMO" board named "Copy of DEMO" and isCopied will return true.