VariationsLabelMenuConfiguration enumeration

Provides various configurations for Label Menu control links.

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

Syntax

'Declaration
Public Enumeration VariationsLabelMenuConfiguration
'Usage
Dim instance As VariationsLabelMenuConfiguration
public enum VariationsLabelMenuConfiguration

Members

Member name Description
LinkToPeers Determines linking directly to peers of the current page. This is the default.
LinkToParent Determines linking to parent variation site of the current page.
LinkToTopSite Determines linking to the top site of the Variation hierarchy of the target.

Examples

Reference code on how to use this can be found in "/_ControlTemplates/VariationsLabelMenu.ascx".

See also

Reference

Microsoft.SharePoint.Publishing.WebControls namespace

LinkToParent

LinkToPeers

LinkToTopSite