Click or drag to resize

PFItemReference Constructor

Initializes a new instance of the PFItemReference 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 PFItemReference(
	PFSite itemSite,
	string textValue
)

Parameters

itemSite
Type: Packflow.CorePFSite
The parent site.
textValue
Type: SystemString
The textual representation of the reference. Text obtained from the ToString method.
See Also