Click or drag to resize

PFRelation_SiteUserGetByInfo Method

Gets a user based on the specified information.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFUser GetByInfo(
	UserInfo info
)

Parameters

info
Type: MicaSystems.UtilsUserInfo
User information.

Return Value

Type: PFUser
PFUser
See Also