Share via


HashtagStoreManager.GetHashtagsByPrefix method

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

Syntax

'Declaration
Public Shared Function GetHashtagsByPrefix ( _
    context As ClientRuntimeContext, _
    prefix As String _
) As IList(Of String)
'Usage
Dim context As ClientRuntimeContext
Dim prefix As String
Dim returnValue As IList(Of String)

returnValue = HashtagStoreManager.GetHashtagsByPrefix(context, _
    prefix)
public static IList<string> GetHashtagsByPrefix(
    ClientRuntimeContext context,
    string prefix
)

Parameters

Return value

Type: System.Collections.Generic.IList<String>

See also

Reference

HashtagStoreManager class

HashtagStoreManager members

Microsoft.SharePoint.Client namespace