Table of Contents

Class VCard

Namespace
Dynamicweb.Security.UserManagement
Assembly
Dynamicweb.Security.dll
Represents a vCard. See https://en.wikipedia.org/wiki/VCard
public class VCard
Inheritance
VCard
Inherited Members

Constructors

VCard()

Creates new instance of VCard
public VCard()

Methods

GetVCard(string[], User)

Gets users vcard string data
public string GetVCard(string[] tags, User user)

Parameters

tags string[]
Array of tags
user User
User

Returns

string
VCard string data
To top