SyncOperationSetPropertyIDs Method

Marks the VCardProperty objects with PropertyIDs.

Definition

Namespace: FolkerKinzel.VCards
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public void SetPropertyIDs()

Remarks

The method sets the PropertyIDs to the VCardProperty objects that doesn't yet have one depending on the value of CurrentAppID, and adds CurrentAppID to AppIDs if it's not yet there.

PropertyIDs (stored in PropertyIDs) enable the global data synchronization mechanism introduced with vCard 4.0.

The method is called automatically when serializing vCard 4.0 using Default but it may be called several times without causing any damage.

See Also