Click or drag to resize

PFApplicationInstaller Constructor (PFSite, Model)

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,
	Model model
)

Parameters

site
Type: Packflow.CorePFSite
The Packflow site.
model
Type: Packflow.ModelingModel
The new model to install.
See Also