Click or drag to resize

PFTranslations Constructor (PFUser, PFApplication)

Initializes a new instance of the PFTranslations class for a specified user.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFTranslations(
	PFUser user,
	PFApplication application = null
)

Parameters

user
Type: Packflow.CorePFUser
application (Optional)
Type: Packflow.CorePFApplication
See Also