[This is preliminary documentation and is subject to change.]

Update the record for a user in the repository

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)

Syntax

C#
public User UpdateUser(
	User user
)
Visual Basic
Public Function UpdateUser ( _
	user As User _
) As User
Visual C++
public:
User^ UpdateUser(
	User^ user
)

Parameters

user
Type: Perforce.P4..::..User
User specification for the user being updated

Return Value

The User object if new user was saved, null if creation failed

See Also