VariationDataSource.LabelMenuConfiguration Property

Gets and sets the configuration on how the URL links are generated for Variation peers.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property LabelMenuConfiguration As Integer
    Get
    Set
'Usage
Dim instance As VariationDataSource
Dim value As Integer

value = instance.LabelMenuConfiguration

instance.LabelMenuConfiguration = value
public int LabelMenuConfiguration { get; set; }

Property Value

Type: System.Int32

Remarks

There are three possible configurations:

  1. Link directly to peers.

  2. Link to the peer of the Parent site.

  3. Link to the top site of the Variation hierarchy of the target.

See Also

Reference

VariationDataSource Class

VariationDataSource Members

Microsoft.SharePoint.Publishing.WebControls Namespace

VariationsLabelMenuConfiguration

VariationDataSource