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

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
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