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

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,
	OpmlOutlines outlines
)
Visual Basic
Public Sub AddOutline ( 
	text As String,
	type As String,
	xmlUrl As Uri,
	category As String,
	outlines As OpmlOutlines
)

Parameters

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

See Also