Click or drag to resize

SmartFoxUserManager Property

Returns a reference to the User Manager.

Namespace:  Sfs2X
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public IUserManager UserManager { get; }

Property Value

Type: IUserManager
Remarks
This manager is used internally by the SmartFoxServer 2X API; the reference returned by this property gives access to the users list, allowing interaction with User objects.
See Also