Siteserver-用户接口-用户是否存在

来自站长百科
跳转至: 导航、​ 搜索

导航: 上一页

用户是否存在

  • bool IsExists(string userID)

函数参数

参数 含义
string userID 用户ID

本接口函数测试对应的用户ID是否存在,如用户ID不存在,返回值为false,否则返回true。

  • bool IsUserNameExists(string userName)

函数参数

参数 含义
string userName 用户名

本接口函数测试对应的用户名是否存在,如用户名不存在,返回值为false,否则返回true。

  • bool IsEmailExists(string email)

函数参数

参数 含义
string email 用户邮箱

本接口函数测试对应的用户邮箱是否存在,如用户邮箱不存在,返回值为false,否则返回true。


参考资料[ ]