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