数字化技能提升教程,数字化时代生存宝典

数字化百科 / 词条 / Siteserver-用户接口-用户是否存在

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

查看全部词条命名空间:Main

导航: 上一页

用户是否存在

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


参考资料