VCardBuilderCreate(Boolean, Boolean) Method
Namespace: FolkerKinzel.VCardsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public static VCardBuilder Create(
bool setContactID = true,
bool setCreated = true
)
Public Shared Function Create (
Optional setContactID As Boolean = true,
Optional setCreated As Boolean = true
) As VCardBuilder
public:
static VCardBuilder^ Create(
bool setContactID = true,
bool setCreated = true
)
static member Create :
?setContactID : bool *
?setCreated : bool
(* Defaults:
let _setContactID = defaultArg setContactID true
let _setCreated = defaultArg setCreated true
*)
-> VCardBuilder
- setContactID Boolean (Optional)
- true to set the ContactID property
of the newly created VCard object automatically with a newly created
ContactIDProperty instance, otherwise false.
- setCreated Boolean (Optional)
- true to set the Created
property with a newly created TimeStampProperty instance, otherwise
false.
VCardBuilderThe
VCardBuilder that creates a new
VCard.