Click or drag to resize

PFApplicationInstaller Constructor (PFSite, String)

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

Parameters

site
Type: Packflow.CorePFSite
The Packflow site.
modelPath
Type: SystemString
The path of the new model to install.
See Also