ParameterSectionSortAs Property

SORT-AS: Determines the sort order. ([3],4)

Definition

Namespace: FolkerKinzel.VCards.Models.Properties.Parameters
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public IReadOnlyList<string>? SortAs { get; set; }

Property Value

IReadOnlyListString
Strings (case-sensitive!). Maximum as many as fields of the compound property.

Remarks

When serializing a file as vCard 3.0, a separate SORT-STRING-property, which contains the first String, is automatically inserted into the vCard.

Example

 
FN:Rene van der Harten N;SORT-AS="Harten,Rene":van der Harten;Rene,J.;Sir;R.D.O.N.

See Also