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:
Link directly to peers.
Link to the peer of the Parent site.
Link to the top site of the Variation hierarchy of the target.
See Also
Reference
Microsoft.SharePoint.Publishing.WebControls Namespace