Click or drag to resize
TransformationMethods.GetBlogCommentUrlForFeed Method
Returns URL of the blog comment page with feed parameter.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static Object GetBlogCommentUrlForFeed(
	EvaluationContext context,
	params Object[] parameters
)

Parameters

context
Type: CMS.MacroEngine.EvaluationContext
Evaluation context with child resolver
parameters
Type:System.Object[]
Method parameters

Return Value

Type: Object
See Also