Click or drag to resize

PFQuickLaunchBarHtmlHelper.CustomEntries_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.Utils.Html
Link's title.
url
Type: System.String
Link's target.

Return Value

Type: PFQuickLaunchBar_Link
An object representing the link.
See Also