ListItem.UpdateHashtags method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function UpdateHashtags ( _
hashtagsToAdd As IList(Of Hashtag), _
hashtagsToRemove As IList(Of Hashtag) _
) As IList(Of Hashtag)
'Usage
Dim instance As ListItem
Dim hashtagsToAdd As IList(Of Hashtag)
Dim hashtagsToRemove As IList(Of Hashtag)
Dim returnValue As IList(Of Hashtag)
returnValue = instance.UpdateHashtags(hashtagsToAdd, _
hashtagsToRemove)
public IList<Hashtag> UpdateHashtags(
IList<Hashtag> hashtagsToAdd,
IList<Hashtag> hashtagsToRemove
)
Parameters
- hashtagsToAdd
Type: System.Collections.Generic.IList<Hashtag>
- hashtagsToRemove
Type: System.Collections.Generic.IList<Hashtag>
Return value
Type: System.Collections.Generic.IList<Hashtag>