summaryM:DotNetNuke.Services.Syndication.RssHttpHandlerHelper.GenerateChannelLink(System.String,System.String,System.String)

Namespace: DotNetNuke.Services.Syndication
Assembly: DotNetNuke.Services.Syndication (in DotNetNuke.Services.Syndication.dll)

Syntax

C#
public static string GenerateChannelLink(
	string handlerPath,
	string channelName,
	string userName
)
Visual Basic
Public Shared Function GenerateChannelLink ( 
	handlerPath As String,
	channelName As String,
	userName As String
) As String

Parameters

handlerPath
Type: System..::..String
paramhandlerPathM:DotNetNuke.Services.Syndication.RssHttpHandlerHelper.GenerateChannelLink(System.String,System.String,System.String)
channelName
Type: System..::..String
paramchannelNameM:DotNetNuke.Services.Syndication.RssHttpHandlerHelper.GenerateChannelLink(System.String,System.String,System.String)
userName
Type: System..::..String
paramuserNameM:DotNetNuke.Services.Syndication.RssHttpHandlerHelper.GenerateChannelLink(System.String,System.String,System.String)

Return Value

returnsM:DotNetNuke.Services.Syndication.RssHttpHandlerHelper.GenerateChannelLink(System.String,System.String,System.String)

See Also