Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
Return value
Type: Microsoft.SharePoint.Client.ClientObjectList<VariationLabel>