Click or drag to resize

PFRelation_SiteUserIdentityGetByInfo Method

Gets a user identity 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 PFUserIdentity GetByInfo(
	UserInfo info
)

Parameters

info
Type: MicaSystems.UtilsUserInfo
User information.

Return Value

Type: PFUserIdentity
PFUser
See Also