Click or drag to resize

PFPlugin_UserUserUpdating Method

Method called when a user is being updated.

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 UserUpdating(
	PFUser user
)

Parameters

user
Type: Packflow.CorePFUser
The user.
See Also