Click or drag to resize
TransformationHelperGetMessageBoardUrlForFeed Method
Returns URL of the message board document 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 string GetMessageBoardUrlForFeed(
	string feedName,
	Object documentIdObj
)

Parameters

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

Return Value

Type: String
See Also