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

来自站长百科
Zhou3158讨论 | 贡献2010年6月15日 (二) 22:06的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

导航: 上一页

用户是否存在

  • 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。


参考资料[ ]