DatabaseUserInfoHandlerAppendUserInfoContact - метод

Appends a new contact to the Contacts list.

Definition

Пространство имён: Tessa.Roles.UserInfo
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
protected static void AppendUserInfoContact(
	UserInfo userInfo,
	string type,
	string? value
)

Параметры

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.

См. также