Click or drag to resize

PFNavigationLinkGetNavigationLink Method

Returns a new instance of Navigation Link

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static PFNavigationLink GetNavigationLink(
	string text,
	string url
)

Parameters

text
Type: SystemString
The link's display text
url
Type: SystemString
The link's url

Return Value

Type: PFNavigationLink
The new object.
See Also