summaryM:DotNetNuke.Services.Syndication.Opml.AddOutline(System.String,System.String,System.Uri,System.String)

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

Syntax

C#
public void AddOutline(
	string text,
	string type,
	Uri xmlUrl,
	string category
)
Visual Basic
Public Sub AddOutline ( 
	text As String,
	type As String,
	xmlUrl As Uri,
	category As String
)

Parameters

text
Type: System..::..String
paramtextM:DotNetNuke.Services.Syndication.Opml.AddOutline(System.String,System.String,System.Uri,System.String)
type
Type: System..::..String
paramtypeM:DotNetNuke.Services.Syndication.Opml.AddOutline(System.String,System.String,System.Uri,System.String)
xmlUrl
Type: System..::..Uri
paramxmlUrlM:DotNetNuke.Services.Syndication.Opml.AddOutline(System.String,System.String,System.Uri,System.String)
category
Type: System..::..String
paramcategoryM:DotNetNuke.Services.Syndication.Opml.AddOutline(System.String,System.String,System.Uri,System.String)

See Also