BanUserRequest Constructor (Int32, String, BanMode) |
See BanUserRequest(int, string, BanMode, int, int) constructor.
Namespace:
Sfs2X.Requests
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public BanUserRequest(
int userId,
string message,
BanMode banMode
)
Parameters
- userId
- Type: SystemInt32
- message
- Type: SystemString
- banMode
- Type: Sfs2X.RequestsBanMode
See Also