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
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- prefix
Type: System.String
Return value
Type: System.Collections.Generic.IList<String>