Click or drag to resize

PFFieldUrlValue Constructor (String)

Initializes a new instance of the PFFieldUrlValue class.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFFieldUrlValue(
	string textValue
)

Parameters

textValue
Type: SystemString
The text value from the database, containing text and url.
See Also