Click or drag to resize

PFRelation_SiteUserAdd Method

Creates a new user instance, not yet persisted.

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 Add(
	UserInfo user
)

Parameters

user
Type: MicaSystems.UtilsUserInfo
Information about the user.

Return Value

Type: PFUser
PFUser
Exceptions
ExceptionCondition
DataCollisionExceptionUser with this identity already exists.
See Also