Finds a User from its Id

Namespace: Sfs2X.Entities
Assembly: SmartFox2 (in SmartFox2.dll) Version: 0.9.14.0

Syntax

C#
User GetUserById(
	int id
)

Parameters

id
Type: System..::..Int32
the User Id

Return Value

the User or null if not found

See Also