Click or drag to resize
BlogHelperGetBlogPostTrackbackUrl Method (Int32)
Returns Trackback URL for given post.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax
C#
public static string GetBlogPostTrackbackUrl(
	int PostDocumentID
)

Parameters

PostDocumentID
Type: SystemInt32
ID of blog post

Return Value

Type: String
See Also