PFApplicationInstallerCreate Method |
Creates 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 public static PFApplicationInstaller Create(
PFSite site,
string modelPath
)
Parameters
- site
- Type: Packflow.CorePFSite
The Packflow site. - modelPath
- Type: SystemString
The path of the new model to install.
Return Value
Type:
PFApplicationInstallerA new instance of the PFApplicationInstaller class.
See Also