Syntax
getBlogURL(blogId)
Description
Retrieves a blog URL by blog ID.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
blogId | number | yes | Id of selected blog. |
Return type
number
Example
number blog = getBlog("PSCONF", "Some Blog", "2010-01-20"); string blogURL = getBlogURL(blog);
See also