Click or drag to resize

PFRelation_SiteUserGetByUserGuids Method

Gets a list of users by their GUIDs.

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<PFUser> GetByUserGuids(
	params Guid[] userGuids
)

Parameters

userGuids
Type: SystemGuid
GUIDs of the users.

Return Value

Type: ListPFUser
ListT
See Also