Click or drag to resize

PFFileReference Constructor (PFSite, String)

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

Parameters

fileSite
Type: Packflow.CorePFSite
The parent site.
textValue
Type: SystemString
The text value (=file name).
See Also