Click or drag to resize
TransformationHelperGetBlogCommentUrlForFeed Method
Returns URL of the blog comment document with feed parameter.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public string GetBlogCommentUrlForFeed(
	string feedName,
	Object documentIdObj
)

Parameters

feedName
Type: SystemString
Name of the feed
documentIdObj
Type: SystemObject
Document ID

Return Value

Type: String
See Also