HashtagStoreManager.SetBlockedHashtags method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Shared Function SetBlockedHashtags ( _
context As ClientRuntimeContext, _
hashtagsToSet As IList(Of String) _
) As ClientResult(Of Integer)
'Usage
Dim context As ClientRuntimeContext
Dim hashtagsToSet As IList(Of String)
Dim returnValue As ClientResult(Of Integer)
returnValue = HashtagStoreManager.SetBlockedHashtags(context, _
hashtagsToSet)
public static ClientResult<int> SetBlockedHashtags(
ClientRuntimeContext context,
IList<string> hashtagsToSet
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- hashtagsToSet
Type: System.Collections.Generic.IList<String>
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Int32>