Click or drag to resize

PFFieldFileHolderValue Constructor (PFSite, String)

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

Parameters

site
Type: Packflow.CorePFSite
textValue
Type: SystemString
See Also