Click or drag to resize
TransformationHelperGetFeedName Method
Returns feed name. If feed name is defined, than returns it. Otherwise returns instance GUID.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string GetFeedName(
	Object feedName,
	Object instanceGuid
)

Parameters

feedName
Type: SystemObject
Name of the feed
instanceGuid
Type: SystemObject
Instance GUID

Return Value

Type: String
See Also