Adds a slide show item to the list.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public void AddItem(
	string imageUrl,
	string url,
	string title
)
Visual Basic
Public Sub AddItem ( 
	imageUrl As String,
	url As String,
	title As String
)
Visual C++
public:
void AddItem(
	String^ imageUrl, 
	String^ url, 
	String^ title
)
F#
member AddItem : 
        imageUrl : string * 
        url : string * 
        title : string -> unit 

Parameters

imageUrl
Type: System..::..String
Image URL.
url
Type: System..::..String
Navigation URL.
title
Type: System..::..String
Image title.

See Also