Skip to end of banner
Go to start of banner

copyBoard

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Syntax

copyBoard(board)

Description

Create a copy of the provided board.

Parameters

Parameter name

Type

Required

Description

board

boolean

Yes

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

Return type

boolean

True if the board was successfully copied.

Example

boolean isCopied = copyBoard("DEMO");

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

  • No labels