Click or drag to resize

SFSUserIsAdmin Method

Indicates whether this user logged in as an administrator or not.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool IsAdmin()

Return Value

Type: Boolean
true if this user is an administrator.

Implements

UserIsAdmin
Remarks
Administrator users have this property set to ADMINISTRATOR.
See Also