Skip to end of banner
Go to start of banner

deleteBlog

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

Version 1 Next »

Syntax

deleteBlog(blogId)

Description

Places the selected blog in the trash.

Parameters

Parameter name

Type

Required

Description

blogID

numberyesID of the selected blog.

Return type

boolean(true/false)

A "true" return value means the blog is in trash can.

Example

boolean deleted = deleteBlog(11801);
print("Return " + deleted);

Print Return true

See also

  • No labels