Skip to end of banner
Go to start of banner

createBlog

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

Description

Creates a blog based on the provided arguments.

Parameters

Return Type

number

The blogID of the newly created blog.

Example

string spaceKey = "PSCONF";
string blogTitle = "New BlogPost";
string blogContent = "<p>This blog was created by Power Scripts!<p>";
number newBlog = createBlog(spaceKey, blogTitle, blogContent);

See also

  • No labels