BlogHelperGetBlogPostTrackbackUrl Method (Guid, String, String) |
Returns trackback URL for given blog post.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax public static string GetBlogPostTrackbackUrl(
Guid nodeGuid,
string documentName,
string culture
)
Parameters
- nodeGuid
- Type: SystemGuid
Blog post node GUID - documentName
- Type: SystemString
Blog post document name - culture
- Type: SystemString
Blog post document culture
Return Value
Type:
StringSee Also