ServicePRO SDK Help

ISpellcheckManager..::..UpdateWordsbyUserId Method

Namespace:  HelpSTAR.PCL.Common
Assembly:  HelpSTAR.PCL.Common (in HelpSTAR.PCL.Common.dll)

Syntax


void UpdateWordsbyUserId(
	List<string> wordList,
	Action<bool, Exception> callback
)
Sub UpdateWordsbyUserId ( _
	wordList As List(Of String), _
	callback As Action(Of Boolean, Exception) _
)

Parameters

wordList
Type: List<(Of <(<'String>)>)>
callback
Type: Action<(Of <(<'Boolean, Exception>)>)>