RelationCreate Method
Creates a new
Relation instance, which is newly initialized using the
VCard-object that represents a person or organization.
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public static Relation Create(
VCard vCard
)
Public Shared Function Create (
vCard As VCard
) As Relation
public:
static Relation^ Create(
VCard^ vCard
)
static member Create :
vCard : VCard -> Relation
- vCard VCard
- The VCard-object that represents a person or organization
to whom there is a relationship.
RelationThe newly created
Relation instance.
vCard 2.1 and vCard 3.0 can embed nested vCards if the flag
Agent is
set in their
RelationType property. When serializing a vCard 4.0,
embedded
VCards will be automatically replaced by their
ContactID
references and appended as separate vCards to the VCF file.