DatabaseUserInfoHandlerAppendUserInfoContact - метод
Appends a new contact to the
Contacts list.
Пространство имён: Tessa.Roles.UserInfoСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
protected static void AppendUserInfoContact(
UserInfo userInfo,
string type,
string? value
)
Protected Shared Sub AppendUserInfoContact (
userInfo As UserInfo,
type As String,
value As String
)
protected:
static void AppendUserInfoContact(
UserInfo^ userInfo,
String^ type,
String^ value
)
static member AppendUserInfoContact :
userInfo : UserInfo *
type : string *
value : string -> unit
Параметры
- userInfo UserInfo
- Object to append a contact to.
- type String
- Contact type alias, i.e., "email" or "phone".
- value String
- Contact value. If /empty string, then a contact is not added.