P4s3PortalWebSvc UpdateUserEntryFullById Method A Sandcastle Documented Class Library
Updates the given user record with the givne information.

Namespace: P4s3WebSvc
Assembly: P4s3WebSvc (in P4s3WebSvc.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool UpdateUserEntryFullById(
	string userId,
	string uname,
	string pword,
	string fname,
	string lname,
	string utype,
	string org,
	string status,
	string urole,
	string exp,
	string key
)

Parameters

userId
Type: System String
uname
Type: System String
pword
Type: System String
fname
Type: System String
lname
Type: System String
utype
Type: System String
org
Type: System String
status
Type: System String
urole
Type: System String
exp
Type: System String
key
Type: System String

Return Value

Type: Boolean
See Also