moveBlog

Description

Moves the selected blog to a new space.

Return Type

Boolean (true/false)

Example

boolean success = moveBlog(11801, "newSpaceKey"); print("Return " + success);

Print Return true

See also