Skip to end of banner
Go to start of banner

getBlogURL

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

getBlogURL(blogId)

Description

Retrieves a blog URL by blog ID.

Parameters


Parameter name

Type

Required

Description

blogId

numberyes

Id of selected blog.

Return type

number

Example

number blog = getBlog("PSCONF", "Some Blog", "2010-01-20");
string blogURL = getBlogURL(blog);

See also

  • No labels