Skip to end of banner
Go to start of banner

blogExists

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 7 Current »

Description

Verifies whether a given blog is a registered Confluence blog.

Parameters

Return Type

Boolean (true/false)

A "true" return value means the blog is a registered Confluence blog.

Example

boolean exists = blogExists(11801);
print("Return " + exists);

Print Return true

See also

  • No labels