Click or drag to resize

PFQuickLaunchBarHtmlHelperCustomEntries_AddLink Method

Adds a new link in the custom entries.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFQuickLaunchBar_Link CustomEntries_AddLink(
	Html title,
	string url
)

Parameters

title
Type: MicaSystems.UtilsHtml
Link's title.
url
Type: SystemString
Link's target.

Return Value

Type: PFQuickLaunchBar_Link
An object representing the link.
See Also