Description
Retrieves a blog URL by blog ID.
Parameters
Return Type
Number
Example
number blog = getBlog("PSCONF", "Some Blog", "2010-01-20"); string blogURL = getBlogURL(blog);
Retrieves a blog URL by blog ID.
Number
number blog = getBlog("PSCONF", "Some Blog", "2010-01-20"); string blogURL = getBlogURL(blog);