Click or drag to resize

PFRelation_SiteUserIdentityGetByUser Method

Gets all user identities for the specified user. May return nothing if user has only one identity. (stored locally on PFUser).

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFUserIdentity> GetByUser(
	PFUser user
)

Parameters

user
Type: Packflow.CorePFUser

Return Value

Type: ListPFUserIdentity
See Also