summaryM:DotNetNuke.Services.Syndication.RssHttpHandlerBase`3.PopulateChannel(System.String,System.String)

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

Syntax

C#
protected virtual void PopulateChannel(
	string channelName,
	string userName
)
Visual Basic
Protected Overridable Sub PopulateChannel ( 
	channelName As String,
	userName As String
)

Parameters

channelName
Type: System..::..String
paramchannelNameM:DotNetNuke.Services.Syndication.RssHttpHandlerBase`3.PopulateChannel(System.String,System.String)
userName
Type: System..::..String
paramuserNameM:DotNetNuke.Services.Syndication.RssHttpHandlerBase`3.PopulateChannel(System.String,System.String)

See Also