Click or drag to resize

PFWordFormGenerator Constructor

Initializes a new instance of the PFWordFormGenerator class, given a PFItem an its children as data-source.

Namespace:  Packflow.Interface.Office
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFWordFormGenerator(
	PFItem sourceItem
)

Parameters

sourceItem
Type: Packflow.CorePFItem
The source item.
See Also