Click or drag to resize
BCUserDBGetUser Method (Int32)
Returns a user with the specified ID property value.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCUser GetUser(
	int userID
)

Parameters

userID
Type: SystemInt32
The ID property value of the user to return.

Return Value

Type: BCUser
The user with the specified ID property value.
See Also