Share via


UpdateOptionValueRequest.MergeLabels Property

Definition

Gets or sets whether to keep text defined for languages not included in the Label. Required.

public:
 property bool MergeLabels { bool get(); void set(bool value); };
public bool MergeLabels { get; set; }
member this.MergeLabels : bool with get, set
Public Property MergeLabels As Boolean

Property Value

true if the text defined for languages not included in the Label is kept; otherwise, false.

Remarks

A Label contains a LocalizedLabels property that contains a LocalizedLabelCollection. Each contains a string and a LanguageCode. When you specify a new Label this property provides you the option to preserve any label text for languages not included in the new label. Set this value to false if you want to remove text for languages not included in the label.

Applies to