Click or drag to resize

PFPlugin_ApplicationApplicationInstalled Method

Method called when an application has been installed for the first time on the PFSite.

Namespace:  Packflow.Plugins
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public virtual void ApplicationInstalled(
	PFApplication application
)

Parameters

application
Type: Packflow.CorePFApplication
The application.
See Also