Click or drag to resize

SFSUserIsStandardUser Method

Indicates whether this user logged in as a standard user or not.

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

Return Value

Type: Boolean
true if this user is a standard user.

Implements

UserIsStandardUser
Remarks
Standard users have this property set to STANDARD.
See Also