Click or drag to resize

PFUserInfoCreateUserInfo Method

Creates a new instance of the PFUserInfo class.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static PFUserInfo CreateUserInfo(
	long id,
	Guid userGuid,
	string loginName
)

Parameters

id
Type: SystemInt64
userGuid
Type: SystemGuid
loginName
Type: SystemString

Return Value

Type: PFUserInfo
See Also