Share via


Variations.GetLabels method

Returns the list of VariationLabel objects that are available for the Web site in context.

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

Syntax

'Declaration
Public Shared Function GetLabels ( _
    context As ClientRuntimeContext _
) As ClientObjectList(Of VariationLabel)
'Usage
Dim context As ClientRuntimeContext
Dim returnValue As ClientObjectList(Of VariationLabel)

returnValue = Variations.GetLabels(context)
public static ClientObjectList<VariationLabel> GetLabels(
    ClientRuntimeContext context
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientObjectList<VariationLabel>

See also

Reference

Variations class

Variations members

Microsoft.SharePoint.Client.Publishing namespace